diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2011-06-30 04:14:38 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2011-06-30 04:14:38 +0000 |
commit | f5adbcf535fbca797f110c79b0b274f4243350b2 (patch) | |
tree | b78ad090fe8a5bb6938613bc32d8b7584b09366a /eclass/wxwidgets.eclass | |
parent | Fixed udev rules to look in /lib/udev for VBoxCreateUSBNode.sh (bug #373515) (diff) | |
download | gentoo-2-f5adbcf535fbca797f110c79b0b274f4243350b2.tar.gz gentoo-2-f5adbcf535fbca797f110c79b0b274f4243350b2.tar.bz2 gentoo-2-f5adbcf535fbca797f110c79b0b274f4243350b2.zip |
Inherit base (bug #372831 by Gert Wollny).
Diffstat (limited to 'eclass/wxwidgets.eclass')
-rw-r--r-- | eclass/wxwidgets.eclass | 4 |
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) |