diff options
-rw-r--r-- | eclass/gnome.org.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnome.org.eclass b/eclass/gnome.org.eclass index 4d35b855d13f..73f0649acf8a 100644 --- a/eclass/gnome.org.eclass +++ b/eclass/gnome.org.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome.org.eclass,v 1.1 2002/09/23 16:08:41 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome.org.eclass,v 1.2 2002/09/23 21:13:58 spider Exp $ # Authors: # Spidler <spidler@gentoo.org> @@ -8,7 +8,7 @@ # Gnome ECLASS. mainly SRC_URI settings -ECLASS="gnome" +ECLASS="gnome.org" INHERITED="$INHERITED $ECLASS" PVP=($(echo " $PV " | sed 's:[-\._]: :g')) |