summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2011-07-17 19:58:39 +0000
committerRyan Hill <dirtyepic@gentoo.org>2011-07-17 19:58:39 +0000
commit647e3c95ec574a1bfe93adecef05cfda9b31132a (patch)
tree2bf6c76bca4c2eb005faa9e1c83dd4a043077599 /eclass/wxwidgets.eclass
parentStable on ppc/ppc64; bug #370525 (diff)
downloadgentoo-2-647e3c95ec574a1bfe93adecef05cfda9b31132a.tar.gz
gentoo-2-647e3c95ec574a1bfe93adecef05cfda9b31132a.tar.bz2
gentoo-2-647e3c95ec574a1bfe93adecef05cfda9b31132a.zip
Revert.
Diffstat (limited to 'eclass/wxwidgets.eclass')
-rw-r--r--eclass/wxwidgets.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/wxwidgets.eclass b/eclass/wxwidgets.eclass
index 84806ce22f79..173377050f2b 100644
--- a/eclass/wxwidgets.eclass
+++ b/eclass/wxwidgets.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/wxwidgets.eclass,v 1.30 2011/06/30 04:14:38 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/wxwidgets.eclass,v 1.31 2011/07/17 19:58:39 dirtyepic Exp $
# @ECLASS: wxwidgets.eclass
# @MAINTAINER:
@@ -45,7 +45,7 @@
# wx-config file to use. Most configure scripts use this path if it's set in
# the environment or accept --with-wx-config="${WX_CONFIG}".
-inherit base eutils multilib
+inherit eutils multilib
case "${EAPI:-0}" in
0|1)