diff options
Diffstat (limited to 'gnome-base/gconf/gconf-2.6.1.ebuild')
-rw-r--r-- | gnome-base/gconf/gconf-2.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-base/gconf/gconf-2.6.1.ebuild b/gnome-base/gconf/gconf-2.6.1.ebuild index b5415f2749dd..6ccd20a64ecc 100644 --- a/gnome-base/gconf/gconf-2.6.1.ebuild +++ b/gnome-base/gconf/gconf-2.6.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.6.1.ebuild,v 1.5 2004/07/01 20:19:48 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.6.1.ebuild,v 1.6 2004/07/31 06:38:55 spider Exp $ inherit eutils gnome2 MY_PN=GConf MY_P=${MY_PN}-${PV} -PVP=($(echo " $PV " | sed 's:[-\._]: :g')) +PVP=(${PV//[-\._]/ }) S=${WORKDIR}/${MY_P} DESCRIPTION="Gnome Configuration System and Daemon" |