commit:     b7aa701a62f996dfb5ada866ade3da72f42e4a03
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 26 10:48:17 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Nov 26 10:48:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7aa701a

dev-java/icedtea: Explicitly state whether we want ccache or not

The default is still automagic.

Package-Manager: portage-2.3.2

 dev-java/icedtea/icedtea-3.2.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-java/icedtea/icedtea-3.2.0.ebuild 
b/dev-java/icedtea/icedtea-3.2.0.ebuild
index 1cba740..b6afe60 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)"

Reply via email to