diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-01-21 21:22:00 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-01-21 21:22:00 +0000 |
commit | 1b5e47aeb12aa00d1975c0e7ff317c85a2d4cd32 (patch) | |
tree | e3c6e1fe9ec8028ddc6a133b720dfecdfa07a964 /net-zope/zope/zope-2.4.0-r6.ebuild | |
parent | version bump; added slot; added i18n stx patch (diff) | |
download | historical-1b5e47aeb12aa00d1975c0e7ff317c85a2d4cd32.tar.gz historical-1b5e47aeb12aa00d1975c0e7ff317c85a2d4cd32.tar.bz2 historical-1b5e47aeb12aa00d1975c0e7ff317c85a2d4cd32.zip |
version bump; added slot; added i18n stx patch
Diffstat (limited to 'net-zope/zope/zope-2.4.0-r6.ebuild')
-rw-r--r-- | net-zope/zope/zope-2.4.0-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-zope/zope/zope-2.4.0-r6.ebuild b/net-zope/zope/zope-2.4.0-r6.ebuild index f66afce1816f..04b628513f11 100644 --- a/net-zope/zope/zope-2.4.0-r6.ebuild +++ b/net-zope/zope/zope-2.4.0-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.4.0-r6.ebuild,v 1.6 2004/01/05 23:27:21 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.4.0-r6.ebuild,v 1.7 2004/01/21 21:21:49 lanius Exp $ S=${WORKDIR}/Zope-${PV}-src DESCRIPTION="Zope is web application platform used for building high-performance, dynamic web sites." @@ -12,7 +12,7 @@ DEPEND="virtual/glibc =dev-lang/python-2.1*" RDEPEND="=dev-lang/python-2.1*" KEYWORDS="x86 sparc " -SLOT="0" +SLOT="${PV}" LICENSE="as-is" src_unpack() { |