summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2012-06-22 12:41:51 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2012-06-22 12:41:51 +0000
commit47cf93356e4631b09b9b224286980504a1bcabe4 (patch)
tree4c729bdd21162c5939d6926515530da296d7b984 /eclass/gnustep-base.eclass
parentsci-mathematics/4ti2: Fix for gcc-4.7, #422785 (diff)
downloadgentoo-2-47cf93356e4631b09b9b224286980504a1bcabe4.tar.gz
gentoo-2-47cf93356e4631b09b9b224286980504a1bcabe4.tar.bz2
gentoo-2-47cf93356e4631b09b9b224286980504a1bcabe4.zip
Stable gnustep-base does not have USE=libobjc2, thanks ago
Diffstat (limited to 'eclass/gnustep-base.eclass')
-rw-r--r--eclass/gnustep-base.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnustep-base.eclass b/eclass/gnustep-base.eclass
index a6b8e2d3dc24..2c6f0627562a 100644
--- a/eclass/gnustep-base.eclass
+++ b/eclass/gnustep-base.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-base.eclass,v 1.26 2012/06/19 09:06:40 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-base.eclass,v 1.27 2012/06/22 12:41:51 voyageur Exp $
# @ECLASS: gnustep-base.eclass
# @MAINTAINER:
@@ -158,7 +158,7 @@ egnustep_env() {
|| GS_ENV=( "${GS_ENV[@]}" "debug=no" )
# About 20 gnustep packages still use EAPI 0
- if built_with_use gnustep-base/gnustep-make libobjc2;
+ if built_with_use --missing false gnustep-base/gnustep-make libobjc2;
then
# Set clang for packages that do not respect gnustep-make
# settings (gnustep-base's configure for example)