summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-09-07 10:51:41 +0200
committerDavid Seifert <soap@gentoo.org>2020-09-07 10:51:41 +0200
commit3af61637f10a9ef2edb3ae59940361ac6489ed0e (patch)
treef2857ac3064a88ef1ab860ad5d8c5f71f403349e /dev-python/nuitka
parentdev-python/mako: Inherit optfeature.eclass (diff)
downloadgentoo-3af61637f10a9ef2edb3ae59940361ac6489ed0e.tar.gz
gentoo-3af61637f10a9ef2edb3ae59940361ac6489ed0e.tar.bz2
gentoo-3af61637f10a9ef2edb3ae59940361ac6489ed0e.zip
dev-python/nuitka: Inherit optfeature.eclass
Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/nuitka')
-rw-r--r--dev-python/nuitka/nuitka-0.6.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/nuitka/nuitka-0.6.8.ebuild b/dev-python/nuitka/nuitka-0.6.8.ebuild
index 7c8d263ff4db..cac2e2285ee4 100644
--- a/dev-python/nuitka/nuitka-0.6.8.ebuild
+++ b/dev-python/nuitka/nuitka-0.6.8.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_USE_SETUPTOOLS="rdepend"
PYTHON_COMPAT=( python3_{6,7,8} )
-inherit distutils-r1 eutils
+inherit distutils-r1 optfeature
DESCRIPTION="Python to native compiler"
HOMEPAGE="https://www.nuitka.net"