dev-java/icedtea: Explicitly state whether we want ccache or not
authorJames Le Cuirot <chewi@gentoo.org>
Sat, 26 Nov 2016 10:48:17 +0000 (10:48 +0000)
committerJames Le Cuirot <chewi@gentoo.org>
Sat, 26 Nov 2016 10:48:50 +0000 (10:48 +0000)
The default is still automagic.

Package-Manager: portage-2.3.2

dev-java/icedtea/icedtea-3.2.0.ebuild

index 1cba74010e621a9a6dbc940fa7a5afa6605e6dc8..b6afe60e5dad5e3e8576e4480adfb21f9fadbb9f 100644 (file)
@@ -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)"