diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-09-23 21:13:58 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-09-23 21:13:58 +0000 |
commit | 0efe6c8b50463e84fc98f843f98b838af8d99e07 (patch) | |
tree | d5f66bf30aae500721087e800f2384fb6ee13f86 /eclass/gnome.org.eclass | |
parent | Added GPL-2 public-domain to LICENSE in place of GPL (diff) | |
download | gentoo-2-0efe6c8b50463e84fc98f843f98b838af8d99e07.tar.gz gentoo-2-0efe6c8b50463e84fc98f843f98b838af8d99e07.tar.bz2 gentoo-2-0efe6c8b50463e84fc98f843f98b838af8d99e07.zip |
ooops fuckup
Diffstat (limited to 'eclass/gnome.org.eclass')
-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')) |