commit:     85a1123335f18b4c92e4c28b56c89af3edd0824d
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 21:21:20 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 21:22:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a11233

gnustep-base.eclass: drop built_with_use check, bug #623316

All EAPI0 gnustep ebuilds were updated or dropped

 eclass/gnustep-base.eclass | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/eclass/gnustep-base.eclass b/eclass/gnustep-base.eclass
index e1bf9186b89..5698c777da6 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)

Reply via email to