diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2017-03-04 20:09:00 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-03-04 20:10:45 +0100 |
commit | b9ca7b18310b0796d074b748c357ba712ccc242f (patch) | |
tree | 982dc1e0a4b96958c5f75e3f8c4e9477a3fb4a50 /media-sound/clementine | |
parent | app-portage/cpuid2cpuflags: Add a live ebuild (diff) | |
download | gentoo-b9ca7b18310b0796d074b748c357ba712ccc242f.tar.gz gentoo-b9ca7b18310b0796d074b748c357ba712ccc242f.tar.bz2 gentoo-b9ca7b18310b0796d074b748c357ba712ccc242f.zip |
media-sound/clementine: Avoid automagically enabling of ccache (bug #611010)
Diffstat (limited to 'media-sound/clementine')
-rw-r--r-- | media-sound/clementine/clementine-1.3.1-r5.ebuild | 2 | ||||
-rw-r--r-- | media-sound/clementine/clementine-9999.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/media-sound/clementine/clementine-1.3.1-r5.ebuild b/media-sound/clementine/clementine-1.3.1-r5.ebuild index cefe19044fda..6302ee6eb6cc 100644 --- a/media-sound/clementine/clementine-1.3.1-r5.ebuild +++ b/media-sound/clementine/clementine-1.3.1-r5.ebuild @@ -142,6 +142,8 @@ src_configure() { # force to find crypto++ see bug #548544 -DCRYPTOPP_LIBRARIES="crypto++" -DCRYPTOPP_FOUND=ON + # avoid automagically enabling of ccache (bug #611010) + -DCCACHE_EXECUTABLE=OFF ) use !debug && append-cppflags -DQT_NO_DEBUG_OUTPUT diff --git a/media-sound/clementine/clementine-9999.ebuild b/media-sound/clementine/clementine-9999.ebuild index 5e9f56ede5aa..66cfb44168cd 100644 --- a/media-sound/clementine/clementine-9999.ebuild +++ b/media-sound/clementine/clementine-9999.ebuild @@ -142,6 +142,8 @@ src_configure() { # force to find crypto++ see bug #548544 -DCRYPTOPP_LIBRARIES="crypto++" -DCRYPTOPP_FOUND=ON + # avoid automagically enabling of ccache (bug #611010) + -DCCACHE_EXECUTABLE=OFF ) use !debug && append-cppflags -DQT_NO_DEBUG_OUTPUT |