From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CCA50139694 for ; Sat, 4 Mar 2017 19:10:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2950221C028; Sat, 4 Mar 2017 19:10:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0839621C028 for ; Sat, 4 Mar 2017 19:10:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DDE8834168C for ; Sat, 4 Mar 2017 19:10:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55AEC5C51 for ; Sat, 4 Mar 2017 19:10:49 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1488654645.b9ca7b18310b0796d074b748c357ba712ccc242f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/clementine/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/clementine/clementine-1.3.1-r5.ebuild media-sound/clementine/clementine-9999.ebuild X-VCS-Directories: media-sound/clementine/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: b9ca7b18310b0796d074b748c357ba712ccc242f X-VCS-Branch: master Date: Sat, 4 Mar 2017 19:10:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a55eedbb-81a5-4ae7-b98a-9860ab1db2ee X-Archives-Hash: f9933907d06359c6b127f4b4fcb4b4f2 commit: b9ca7b18310b0796d074b748c357ba712ccc242f Author: Alexander Golubev gmail com> AuthorDate: Sat Mar 4 19:09:00 2017 +0000 Commit: Lars Wendler gentoo 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