commit:     796f39298fd5a5154248b6c0f76e0f3ff5d58e90
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 24 14:24:59 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jun 24 14:29:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=796f3929

dev-python/nuitka: remove non-used USE flag, clean doman calls

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-python/nuitka/nuitka-0.6.8.ebuild | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/dev-python/nuitka/nuitka-0.6.8.ebuild 
b/dev-python/nuitka/nuitka-0.6.8.ebuild
index 52e9e3fb9f4..7c8d263ff4d 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 python-utils-r1
+inherit distutils-r1 eutils
 
 DESCRIPTION="Python to native compiler"
 HOMEPAGE="https://www.nuitka.net";
@@ -17,8 +17,6 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-IUSE="doc"
-
 BDEPEND="dev-util/scons[${PYTHON_USEDEP}]"
 
 RDEPEND="${BDEPEND}
@@ -30,10 +28,7 @@ S="${WORKDIR}/${P^}"
 python_install() {
        distutils-r1_python_install
        python_optimize
-       doman doc/nuitka.1
-       doman doc/nuitka3.1
-       doman doc/nuitka3-run.1
-       doman doc/nuitka-run.1
+       doman doc/nuitka.1 doc/nuitka3.1 doc/nuitka3-run.1 doc/nuitka-run.1
 }
 
 pkg_postinst() {

Reply via email to