diff options
author | David Seifert <soap@gentoo.org> | 2020-09-07 10:51:41 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-09-07 10:51:41 +0200 |
commit | 3af61637f10a9ef2edb3ae59940361ac6489ed0e (patch) | |
tree | f2857ac3064a88ef1ab860ad5d8c5f71f403349e /dev-python/nuitka | |
parent | dev-python/mako: Inherit optfeature.eclass (diff) | |
download | gentoo-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.ebuild | 2 |
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" |