dev-java/icedtea: Disable ccache unconditionally as it always breaks
authorJames Le Cuirot <chewi@gentoo.org>
Thu, 28 Jun 2018 22:13:20 +0000 (23:13 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Thu, 28 Jun 2018 22:13:20 +0000 (23:13 +0100)
Closes: https://bugs.gentoo.org/624230
Package-Manager: Portage-2.3.41, Repoman-2.3.9

dev-java/icedtea/icedtea-3.8.0.ebuild

index b4fcc1e0a37e0225b258982651ae01e2ee6dabc6..01b3cb086235733ae627eaaab362e70913fc029b 100644 (file)
@@ -294,14 +294,6 @@ src_configure() {
                zero_config="--enable-zero"
        fi
 
-       # 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
-
        # PaX breaks pch, bug #601016
        if use pch && ! host-is-pax; then
                config+=" --enable-precompiled-headers"
@@ -329,6 +321,7 @@ src_configure() {
                --docdir="${EPREFIX}/usr/share/doc/${PF}" \
                --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \
                --with-pkgversion="Gentoo ${PF}" \
+               --disable-ccache \
                --disable-downloading --disable-Werror --disable-tests \
                --disable-systemtap-tests --enable-improved-font-rendering \
                --enable-system-jpeg --enable-system-zlib \