Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 30 Aug 2017 21:23:04
Message-Id: 1504128167.85a1123335f18b4c92e4c28b56c89af3edd0824d.voyageur@gentoo
1 commit: 85a1123335f18b4c92e4c28b56c89af3edd0824d
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 21:21:20 2017 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 21:22:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a11233
7
8 gnustep-base.eclass: drop built_with_use check, bug #623316
9
10 All EAPI0 gnustep ebuilds were updated or dropped
11
12 eclass/gnustep-base.eclass | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/eclass/gnustep-base.eclass b/eclass/gnustep-base.eclass
16 index e1bf9186b89..5698c777da6 100644
17 --- a/eclass/gnustep-base.eclass
18 +++ b/eclass/gnustep-base.eclass
19 @@ -158,8 +158,7 @@ egnustep_env() {
20 && GS_ENV=( "${GS_ENV[@]}" "debug=yes" ) \
21 || GS_ENV=( "${GS_ENV[@]}" "debug=no" )
22
23 - # About 20 gnustep packages still use EAPI 0
24 - if built_with_use --missing false gnustep-base/gnustep-make libobjc2;
25 + if has_version "gnustep-base/gnustep-make[libobjc2]";
26 then
27 # Set clang for packages that do not respect gnustep-make
28 # settings (gnustep-base's configure for example)