summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-24 05:13:54 +0000
committerSam James <sam@gentoo.org>2021-01-24 13:29:19 +0000
commitbeb6b673ad71a06fb5927c7bf694c36b145670ee (patch)
tree65dc90fa7963424c43e28d4237eabe3b8b642566
parentdev-python/nuitka: drop older 0.6.9.X versions (diff)
downloadgentoo-beb6b673ad71a06fb5927c7bf694c36b145670ee.tar.gz
gentoo-beb6b673ad71a06fb5927c7bf694c36b145670ee.tar.bz2
gentoo-beb6b673ad71a06fb5927c7bf694c36b145670ee.zip
dev-python/nuitka: add ccache BDEPEND
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-python/nuitka/nuitka-0.6.11.ebuild13
1 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/nuitka/nuitka-0.6.11.ebuild b/dev-python/nuitka/nuitka-0.6.11.ebuild
index c23425d68d01..57e38e5bb248 100644
--- a/dev-python/nuitka/nuitka-0.6.11.ebuild
+++ b/dev-python/nuitka/nuitka-0.6.11.ebuild
@@ -16,11 +16,14 @@ SRC_URI="https://nuitka.net/releases/${P^}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-
-BDEPEND="dev-util/scons[${PYTHON_USEDEP}]"
-
-RDEPEND="${BDEPEND}
- dev-python/appdirs[${PYTHON_USEDEP}]"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-util/scons[${PYTHON_USEDEP}]"
+BDEPEND="
+ ${RDEPEND}
+ test? ( dev-util/ccache )
+"
DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
S="${WORKDIR}/${P^}"