media-sound/clementine: Avoid automagically enabling of ccache (bug #611010)
authorAlexander Golubev <fatzer2@gmail.com>
Sat, 4 Mar 2017 19:09:00 +0000 (20:09 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Sat, 4 Mar 2017 19:10:45 +0000 (20:10 +0100)
media-sound/clementine/clementine-1.3.1-r5.ebuild
media-sound/clementine/clementine-9999.ebuild

index cefe19044fda7294df7edc18834c1cf9c177eb14..6302ee6eb6cc83a7f9b71f4db8fe0f14019652be 100644 (file)
@@ -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
index 5e9f56ede5aa83beb6ffc62b37f502c77c1f1839..66cfb44168cd6df3c1ec48d298f316b40acd7644 100644 (file)
@@ -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