diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-09-04 17:15:02 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-09-04 17:15:02 +0000 |
commit | fc8363bc16ba943d0b3cd13620b64a9f82e4e309 (patch) | |
tree | 024bab23de1ecb7c4f96e45b746fb6adf42df086 /net-zope/cvsfile | |
parent | fix depend syntax 58347 (diff) | |
download | historical-fc8363bc16ba943d0b3cd13620b64a9f82e4e309.tar.gz historical-fc8363bc16ba943d0b3cd13620b64a9f82e4e309.tar.bz2 historical-fc8363bc16ba943d0b3cd13620b64a9f82e4e309.zip |
fix depend syntax 58347
Diffstat (limited to 'net-zope/cvsfile')
-rw-r--r-- | net-zope/cvsfile/ChangeLog | 5 | ||||
-rw-r--r-- | net-zope/cvsfile/cvsfile-0.9.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-zope/cvsfile/ChangeLog b/net-zope/cvsfile/ChangeLog index ee361a2f70d7..ddd12832decc 100644 --- a/net-zope/cvsfile/ChangeLog +++ b/net-zope/cvsfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-zope/cvsfile # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/cvsfile/ChangeLog,v 1.2 2004/06/25 01:19:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/cvsfile/ChangeLog,v 1.3 2004/09/04 17:14:13 axxo Exp $ + + 04 Sep 2004; Thomas Matthijs <axxo@gentoo.org> cvsfile-0.9.0.ebuild: + fix depend syntax 58347 *cvsfile-0.9.0 (18 Apr 2004) diff --git a/net-zope/cvsfile/cvsfile-0.9.0.ebuild b/net-zope/cvsfile/cvsfile-0.9.0.ebuild index c5de6ac8c81d..f92a9a6cb198 100644 --- a/net-zope/cvsfile/cvsfile-0.9.0.ebuild +++ b/net-zope/cvsfile/cvsfile-0.9.0.ebuild @@ -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/net-zope/cvsfile/cvsfile-0.9.0.ebuild,v 1.2 2004/06/25 01:19:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/cvsfile/cvsfile-0.9.0.ebuild,v 1.3 2004/09/04 17:14:13 axxo Exp $ inherit zproduct @@ -12,7 +12,7 @@ HOMEPAGE="http://zope.org/Members/arielpartners/CVSFile" SRC_URI="${HOMEPAGE}/${PV}/CVSFile-${NEW_PV}.zip" LICENSE="ZPL" KEYWORDS="~x86 ~ppc" -RDEPEND=">=net-zope/externalfile +RDEPEND="net-zope/externalfile ${RDEPEND}" ZPROD_LIST="CVSFile" |