summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2011-06-30 04:14:38 +0000
committerRyan Hill <rhill@gentoo.org>2011-06-30 04:14:38 +0000
commit300703827a7de3c0f337cdcd43250f21f4e70592 (patch)
tree31fd6eec8856dabe5b2cd670a69426f38d3c12f2 /eclass
parentFixed udev rules to look in /lib/udev for VBoxCreateUSBNode.sh (bug #373515) (diff)
downloadhistorical-300703827a7de3c0f337cdcd43250f21f4e70592.tar.gz
historical-300703827a7de3c0f337cdcd43250f21f4e70592.tar.bz2
historical-300703827a7de3c0f337cdcd43250f21f4e70592.zip
Inherit base (bug #372831 by Gert Wollny).
Diffstat (limited to '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 d0d6757c1496..84806ce22f79 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.29 2010/02/16 01:06:24 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/wxwidgets.eclass,v 1.30 2011/06/30 04:14:38 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 eutils multilib
+inherit base eutils multilib
case "${EAPI:-0}" in
0|1)