From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C3DD313881D for ; Wed, 23 Sep 2015 14:50:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACD5221C01E; Wed, 23 Sep 2015 14:50:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38DFE21C01E for ; Wed, 23 Sep 2015 14:50:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3BADF3409A4 for ; Wed, 23 Sep 2015 14:50:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA6E7235 for ; Wed, 23 Sep 2015 14:50:35 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1443019827.9bc9a46e2f7e358ad231fd2a1d0156efb2bb13e6.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/skrooge/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/skrooge/skrooge-9999.ebuild X-VCS-Directories: app-office/skrooge/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 9bc9a46e2f7e358ad231fd2a1d0156efb2bb13e6 X-VCS-Branch: master Date: Wed, 23 Sep 2015 14:50:35 +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: 5bbcc45f-b5d1-41fa-aa3f-6ac7ad6080f8 X-Archives-Hash: 17f43c93205b58dfd9290e6c181fcfc4 commit: 9bc9a46e2f7e358ad231fd2a1d0156efb2bb13e6 Author: Andreas Sturmlechner gmail com> AuthorDate: Wed Sep 23 14:38:42 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Sep 23 14:50:27 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9bc9a46e app-office/skrooge: Use KDE_GCC_MINIMAL Package-Manager: portage-2.2.20.1 app-office/skrooge/skrooge-9999.ebuild | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/app-office/skrooge/skrooge-9999.ebuild b/app-office/skrooge/skrooge-9999.ebuild index 3fb08e6..12d82b3 100644 --- a/app-office/skrooge/skrooge-9999.ebuild +++ b/app-office/skrooge/skrooge-9999.ebuild @@ -4,6 +4,7 @@ EAPI=5 +KDE_GCC_MINIMAL="4.9" KDE_HANDBOOK="true" KDE_TEST="true" VIRTUALX_REQUIRED="test" @@ -81,14 +82,6 @@ fi DOCS=( AUTHORS CHANGELOG README TODO ) -pkg_pretend() { - if [[ ${MERGE_TYPE} != binary && $(tc-getCC) == *gcc* ]]; then - if [[ $(gcc-major-version) -lt 4 || $(gcc-major-version) == 4 && $(gcc-minor-version) -lt 9 ]] ; then - die 'The active compiler needs to be gcc 4.9 (or newer)' - fi - fi -} - src_configure() { local mycmakeargs=( -DSKG_CIPHER=$(usex crypt)