From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A5491382C5 for ; Wed, 24 Jun 2020 14:30:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22DDFE0951; Wed, 24 Jun 2020 14:30:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F341AE0958 for ; Wed, 24 Jun 2020 14:30:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C61334F1D0 for ; Wed, 24 Jun 2020 14:29:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3847D2BD for ; Wed, 24 Jun 2020 14:29:55 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1593008960.796f39298fd5a5154248b6c0f76e0f3ff5d58e90.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nuitka/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nuitka/nuitka-0.6.8.ebuild X-VCS-Directories: dev-python/nuitka/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 796f39298fd5a5154248b6c0f76e0f3ff5d58e90 X-VCS-Branch: master Date: Wed, 24 Jun 2020 14:29:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c63aa471-395d-48f8-9cf5-2b46a3aaf7bb X-Archives-Hash: 6c29f9f5f2a34434961e715feb039f42 commit: 796f39298fd5a5154248b6c0f76e0f3ff5d58e90 Author: Joonas Niilola gentoo org> AuthorDate: Wed Jun 24 14:24:59 2020 +0000 Commit: Joonas Niilola gentoo 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 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() {