projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b399d6
)
kde5-functions.eclass: no longer export KDE_GCC_MINIMAL by default
author
Michael Palimaka
<kensington@gentoo.org>
Sun, 19 Jun 2016 13:16:21 +0000
(23:16 +1000)
committer
Michael Palimaka
<kensington@gentoo.org>
Wed, 6 Jul 2016 18:49:45 +0000
(
04:49
+1000)
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
patch
|
blob
|
history
diff --git
a/eclass/kde5-functions.eclass
b/eclass/kde5-functions.eclass
index a8cc1a34432752a3148d780e33099c09f70a4630..df5d053d05c7557d898649222d5872ca3b5b3951 100644
(file)
--- 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: