summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2016-11-26 10:48:17 +0000
committerJames Le Cuirot <chewi@gentoo.org>2016-11-26 10:48:50 +0000
commitb7aa701a62f996dfb5ada866ade3da72f42e4a03 (patch)
treedc4f63560f95cf1c0cf88b17e098dce7d8a3ec46 /dev-java/icedtea
parentsys-kernel/vanilla-sources: Automated version bump to {4.4.35,4.8.11} - remov... (diff)
downloadgentoo-b7aa701a62f996dfb5ada866ade3da72f42e4a03.tar.gz
gentoo-b7aa701a62f996dfb5ada866ade3da72f42e4a03.tar.bz2
gentoo-b7aa701a62f996dfb5ada866ade3da72f42e4a03.zip
dev-java/icedtea: Explicitly state whether we want ccache or not
The default is still automagic. Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-java/icedtea')
-rw-r--r--dev-java/icedtea/icedtea-3.2.0.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-java/icedtea/icedtea-3.2.0.ebuild b/dev-java/icedtea/icedtea-3.2.0.ebuild
index 1cba74010e62..b6afe60e5dad 100644
--- a/dev-java/icedtea/icedtea-3.2.0.ebuild
+++ b/dev-java/icedtea/icedtea-3.2.0.ebuild
@@ -278,6 +278,9 @@ src_configure() {
# Warn about potential problems with ccache enabled
if has ccache ${FEATURES}; then
ewarn 'ccache has been known to break IcedTea. Disable it before filing bugs.'
+ config+=" --enable-ccache"
+ else
+ config+=" --disable-ccache"
fi
config+=" --with-parallel-jobs=$(makeopts_jobs)"