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 D584E1382AC for ; Sun, 19 Jun 2016 13:19:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FF76E0B27; Sun, 19 Jun 2016 13:19:16 +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 D4E9AE0B23 for ; Sun, 19 Jun 2016 13:19:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D1376340871 for ; Sun, 19 Jun 2016 13:19:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76338241B for ; Sun, 19 Jun 2016 13:19:11 +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: <1466342337.9b1e43fb966eefd05169293368d6621ada5ec250.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5-functions.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 9b1e43fb966eefd05169293368d6621ada5ec250 X-VCS-Branch: master Date: Sun, 19 Jun 2016 13:19:11 +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: de03fabd-6f59-46dc-b719-c1f413f09bc6 X-Archives-Hash: 380a9b60a53a02587857fc8b2aa13f0d commit: 9b1e43fb966eefd05169293368d6621ada5ec250 Author: Michael Palimaka gentoo org> AuthorDate: Sun Jun 19 13:16:21 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Jun 19 13:18:57 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9b1e43fb kde5-functions.eclass: no longer export KDE_GCC_MINIMAL by default KDE_GCC_MINIMAL will now only be exported in packages that require it, as it triggers an expensive pkg_pretend check whenever it is defined. eclass/kde5-functions.eclass | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index a8cc1a3..df5d053 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -39,14 +39,9 @@ esac : ${KDE_APPS_MINIMAL:=14.12.0} # @ECLASS-VARIABLE: KDE_GCC_MINIMAL +# @DEFAULT_UNSET # @DESCRIPTION: # Minimal GCC version to require for the package. -if [[ ${CATEGORY} = kde-frameworks ]]; then - : ${KDE_GCC_MINIMAL:=4.5} -else - : ${KDE_GCC_MINIMAL:=4.8} -fi - # @ECLASS-VARIABLE: KDEBASE # @DESCRIPTION: