summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gardiner <obz@gentoo.org>2004-07-23 13:10:02 +0000
committerMike Gardiner <obz@gentoo.org>2004-07-23 13:10:02 +0000
commitf4346c9520ec965c8abc713a006f72828a651549 (patch)
tree70b7ad564a45dc4db8caa69ef597d4e874719ecd /eclass/gnome.org.eclass
parentMoving to gnustep-apps/gnumail (diff)
downloadhistorical-f4346c9520ec965c8abc713a006f72828a651549.tar.gz
historical-f4346c9520ec965c8abc713a006f72828a651549.tar.bz2
historical-f4346c9520ec965c8abc713a006f72828a651549.zip
Fixed PVP to be an array using () instead of "". Apologies.
Diffstat (limited to 'eclass/gnome.org.eclass')
-rw-r--r--eclass/gnome.org.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnome.org.eclass b/eclass/gnome.org.eclass
index 3affd67174ed..aad48b2068af 100644
--- a/eclass/gnome.org.eclass
+++ b/eclass/gnome.org.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnome.org.eclass,v 1.6 2004/07/23 05:39:58 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnome.org.eclass,v 1.7 2004/07/23 13:10:02 obz Exp $
#
# Authors:
# Spidler <spidler@gentoo.org>
@@ -12,6 +12,6 @@ ECLASS="gnome.org"
INHERITED="$INHERITED $ECLASS"
[ -z "${GNOME_TARBALL_SUFFIX}" ] && export GNOME_TARBALL_SUFFIX="bz2"
-PVP="${PV//[-\._]/ }"
+PVP=(${PV//[-\._]/ })
SRC_URI="mirror://gnome/sources/${PN}/${PVP[0]}.${PVP[1]}/${P}.tar.${GNOME_TARBALL_SUFFIX}"