Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/clementine/
Date: Sat, 04 Mar 2017 19:10:52
Message-Id: 1488654645.b9ca7b18310b0796d074b748c357ba712ccc242f.polynomial-c@gentoo
1 commit: b9ca7b18310b0796d074b748c357ba712ccc242f
2 Author: Alexander Golubev <fatzer2 <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 4 19:09:00 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 4 19:10:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ca7b18
7
8 media-sound/clementine: Avoid automagically enabling of ccache (bug #611010)
9
10 media-sound/clementine/clementine-1.3.1-r5.ebuild | 2 ++
11 media-sound/clementine/clementine-9999.ebuild | 2 ++
12 2 files changed, 4 insertions(+)
13
14 diff --git a/media-sound/clementine/clementine-1.3.1-r5.ebuild b/media-sound/clementine/clementine-1.3.1-r5.ebuild
15 index cefe19044fd..6302ee6eb6c 100644
16 --- a/media-sound/clementine/clementine-1.3.1-r5.ebuild
17 +++ b/media-sound/clementine/clementine-1.3.1-r5.ebuild
18 @@ -142,6 +142,8 @@ src_configure() {
19 # force to find crypto++ see bug #548544
20 -DCRYPTOPP_LIBRARIES="crypto++"
21 -DCRYPTOPP_FOUND=ON
22 + # avoid automagically enabling of ccache (bug #611010)
23 + -DCCACHE_EXECUTABLE=OFF
24 )
25
26 use !debug && append-cppflags -DQT_NO_DEBUG_OUTPUT
27
28 diff --git a/media-sound/clementine/clementine-9999.ebuild b/media-sound/clementine/clementine-9999.ebuild
29 index 5e9f56ede5a..66cfb44168c 100644
30 --- a/media-sound/clementine/clementine-9999.ebuild
31 +++ b/media-sound/clementine/clementine-9999.ebuild
32 @@ -142,6 +142,8 @@ src_configure() {
33 # force to find crypto++ see bug #548544
34 -DCRYPTOPP_LIBRARIES="crypto++"
35 -DCRYPTOPP_FOUND=ON
36 + # avoid automagically enabling of ccache (bug #611010)
37 + -DCCACHE_EXECUTABLE=OFF
38 )
39
40 use !debug && append-cppflags -DQT_NO_DEBUG_OUTPUT