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 7D325138330 for ; Sat, 6 Jan 2018 21:32:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD2D9E0986; Sat, 6 Jan 2018 21:32:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D471E0986 for ; Sat, 6 Jan 2018 21:32:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57D3A335C4F for ; Sat, 6 Jan 2018 21:31:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B7641A6 for ; Sat, 6 Jan 2018 21:31:57 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1515274301.857c2549ee5aa1eb655dcbb8a5938f231066a544.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openscad/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/openscad/openscad-9999.ebuild X-VCS-Directories: media-gfx/openscad/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 857c2549ee5aa1eb655dcbb8a5938f231066a544 X-VCS-Branch: master Date: Sat, 6 Jan 2018 21:31:57 +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: d2a0429b-e021-4830-9ced-2f1e51409972 X-Archives-Hash: 778731cb4d4460e85ae0895cd0311e54 commit: 857c2549ee5aa1eb655dcbb8a5938f231066a544 Author: Sergey Alirzaev gmail com> AuthorDate: Mon Dec 25 16:26:10 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 6 21:31:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=857c2549 media-gfx/openscad: don't call ccache Closes: https://github.com/gentoo/gentoo/pull/6632 media-gfx/openscad/openscad-9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-gfx/openscad/openscad-9999.ebuild b/media-gfx/openscad/openscad-9999.ebuild index 54522344a95..4dd3247d891 100644 --- a/media-gfx/openscad/openscad-9999.ebuild +++ b/media-gfx/openscad/openscad-9999.ebuild @@ -41,6 +41,9 @@ src_prepare() { default sed -i "s/\/usr\/local/\/usr/g" ${PN}.pro || die + + # tries to call ccache even if it's not present otherwise + sed -i '/CONFIG += ccache/d' ${PN}.pro || die } src_configure() {