commit:     b9ca7b18310b0796d074b748c357ba712ccc242f
Author:     Alexander Golubev <fatzer2 <AT> gmail <DOT> com>
AuthorDate: Sat Mar  4 19:09:00 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 19:10:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ca7b18

media-sound/clementine: Avoid automagically enabling of ccache (bug #611010)

 media-sound/clementine/clementine-1.3.1-r5.ebuild | 2 ++
 media-sound/clementine/clementine-9999.ebuild     | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/media-sound/clementine/clementine-1.3.1-r5.ebuild 
b/media-sound/clementine/clementine-1.3.1-r5.ebuild
index cefe19044fd..6302ee6eb6c 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 5e9f56ede5a..66cfb44168c 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

Reply via email to