diff --git a/dev-python/pyquery/pyquery-1.4.1-r1.ebuild b/dev-python/pyquery/pyquery-1.4.1-r1.ebuild index 564d4dcd2f3cb..613b1dc5b19fa 100644 --- a/dev-python/pyquery/pyquery-1.4.1-r1.ebuild +++ b/dev-python/pyquery/pyquery-1.4.1-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) -inherit distutils-r1 eutils +inherit distutils-r1 optfeature DESCRIPTION="A jQuery-like library for python" HOMEPAGE="https://github.com/gawel/pyquery"