summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2017-08-30 23:21:20 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2017-08-30 23:22:47 +0200
commit85a1123335f18b4c92e4c28b56c89af3edd0824d (patch)
tree28c1b9efd5ef3044bea5fe3da8a4b31736367932
parentgnustep-libs/renaissance: drop old (diff)
downloadgentoo-85a11233.tar.gz
gentoo-85a11233.tar.bz2
gentoo-85a11233.zip
gnustep-base.eclass: drop built_with_use check, bug #623316
All EAPI0 gnustep ebuilds were updated or dropped
-rw-r--r--eclass/gnustep-base.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/gnustep-base.eclass b/eclass/gnustep-base.eclass
index e1bf9186b898..5698c777da67 100644
--- a/eclass/gnustep-base.eclass
+++ b/eclass/gnustep-base.eclass
@@ -158,8 +158,7 @@ egnustep_env() {
&& GS_ENV=( "${GS_ENV[@]}" "debug=yes" ) \
|| GS_ENV=( "${GS_ENV[@]}" "debug=no" )
- # About 20 gnustep packages still use EAPI 0
- if built_with_use --missing false gnustep-base/gnustep-make libobjc2;
+ if has_version "gnustep-base/gnustep-make[libobjc2]";
then
# Set clang for packages that do not respect gnustep-make
# settings (gnustep-base's configure for example)