Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea/
Date: Thu, 28 Jun 2018 22:13:43
Message-Id: 1530224000.9d7a236e7ef784335d49acaba02ad4127df32377.chewi@gentoo
1 commit: 9d7a236e7ef784335d49acaba02ad4127df32377
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 28 22:13:20 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 28 22:13:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d7a236e
7
8 dev-java/icedtea: Disable ccache unconditionally as it always breaks
9
10 Closes: https://bugs.gentoo.org/624230
11 Package-Manager: Portage-2.3.41, Repoman-2.3.9
12
13 dev-java/icedtea/icedtea-3.8.0.ebuild | 9 +--------
14 1 file changed, 1 insertion(+), 8 deletions(-)
15
16 diff --git a/dev-java/icedtea/icedtea-3.8.0.ebuild b/dev-java/icedtea/icedtea-3.8.0.ebuild
17 index b4fcc1e0a37..01b3cb08623 100644
18 --- a/dev-java/icedtea/icedtea-3.8.0.ebuild
19 +++ b/dev-java/icedtea/icedtea-3.8.0.ebuild
20 @@ -294,14 +294,6 @@ src_configure() {
21 zero_config="--enable-zero"
22 fi
23
24 - # Warn about potential problems with ccache enabled
25 - if has ccache ${FEATURES}; then
26 - ewarn 'ccache has been known to break IcedTea. Disable it before filing bugs.'
27 - config+=" --enable-ccache"
28 - else
29 - config+=" --disable-ccache"
30 - fi
31 -
32 # PaX breaks pch, bug #601016
33 if use pch && ! host-is-pax; then
34 config+=" --enable-precompiled-headers"
35 @@ -329,6 +321,7 @@ src_configure() {
36 --docdir="${EPREFIX}/usr/share/doc/${PF}" \
37 --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \
38 --with-pkgversion="Gentoo ${PF}" \
39 + --disable-ccache \
40 --disable-downloading --disable-Werror --disable-tests \
41 --disable-systemtap-tests --enable-improved-font-rendering \
42 --enable-system-jpeg --enable-system-zlib \