diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-07-18 22:02:57 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-07-18 22:02:57 +0000 |
commit | 29a19e7a9e5a61af0ce72857e7346964809368ad (patch) | |
tree | 08ba1a6bae71933e277d2ebb81851f7c0c832c89 /eclass/eclipse-ext.eclass | |
parent | Version Bump, contains security fix bug 94071 (diff) | |
download | historical-29a19e7a9e5a61af0ce72857e7346964809368ad.tar.gz historical-29a19e7a9e5a61af0ce72857e7346964809368ad.tar.bz2 historical-29a19e7a9e5a61af0ce72857e7346964809368ad.zip |
remove base inherit
Diffstat (limited to 'eclass/eclipse-ext.eclass')
-rw-r--r-- | eclass/eclipse-ext.eclass | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/eclass/eclipse-ext.eclass b/eclass/eclipse-ext.eclass index 2ead6f2c6259..1d2fcff9c5f0 100644 --- a/eclass/eclipse-ext.eclass +++ b/eclass/eclipse-ext.eclass @@ -1,13 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/eclipse-ext.eclass,v 1.11 2005/07/11 15:08:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eclipse-ext.eclass,v 1.12 2005/07/18 22:02:57 axxo Exp $ # Author: Karl Trygve Kalleberg <karltk@gentoo.org> # Maintainer: Karl Trygve Kalleberg <karltk@gentoo.org> -inherit base eutils -IUSE="${IUSE}" -SLOT="${SLOT}" +inherit eutils # Must be listed in oldest->newest order! known_eclipse_slots="2 3 3.1" |