diff options
author | Jason Shoemaker <kutsuya@gentoo.org> | 2003-03-08 11:19:21 +0000 |
---|---|---|
committer | Jason Shoemaker <kutsuya@gentoo.org> | 2003-03-08 11:19:21 +0000 |
commit | c5626e7b6a3d7f524036b36e399070807fde187a (patch) | |
tree | a994f985fd7f9bf4788d0ce2020a91d4dc3ed002 /net-zope/cmfphoto | |
parent | Inital import. (diff) | |
download | gentoo-2-c5626e7b6a3d7f524036b36e399070807fde187a.tar.gz gentoo-2-c5626e7b6a3d7f524036b36e399070807fde187a.tar.bz2 gentoo-2-c5626e7b6a3d7f524036b36e399070807fde187a.zip |
Forgot to add the cmf-1.3 RDEPEND.
Diffstat (limited to 'net-zope/cmfphoto')
-rw-r--r-- | net-zope/cmfphoto/cmfphoto-0.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-zope/cmfphoto/cmfphoto-0.1.ebuild b/net-zope/cmfphoto/cmfphoto-0.1.ebuild index b9101c985b12..3133ad9e3440 100644 --- a/net-zope/cmfphoto/cmfphoto-0.1.ebuild +++ b/net-zope/cmfphoto/cmfphoto-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public Form License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfphoto/cmfphoto-0.1.ebuild,v 1.1 2003/03/08 11:12:44 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfphoto/cmfphoto-0.1.ebuild,v 1.2 2003/03/08 11:19:21 kutsuya Exp $ inherit zproduct @@ -10,6 +10,7 @@ SRC_URI="mirror://sourceforge/collective/CMFPhoto-${PV}.tar.gz" LICENSE="GPL" KEYWORDS="~x86" RDEPEND="dev-python/Imaging-py21 + >=net-zope/cmf-1.3 ${RDEPEND}" ZPROD_LIST="CMFPhoto" |