summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-10-23 22:38:38 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-10-23 22:38:38 +0000
commitada3367ec868c983554c8578ed0edd317012ff09 (patch)
tree3670b517647140c87b2b988050003a4ca8e6ddf5 /net-zope/photo
parentremove old version (Manifest recommit) (diff)
downloadgentoo-2-ada3367ec868c983554c8578ed0edd317012ff09.tar.gz
gentoo-2-ada3367ec868c983554c8578ed0edd317012ff09.tar.bz2
gentoo-2-ada3367ec868c983554c8578ed0edd317012ff09.zip
fix -py21 dependencie
Diffstat (limited to 'net-zope/photo')
-rw-r--r--net-zope/photo/ChangeLog5
-rw-r--r--net-zope/photo/photo-1.2.3.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/net-zope/photo/ChangeLog b/net-zope/photo/ChangeLog
index 386d3e260b30..ef163660a62f 100644
--- a/net-zope/photo/ChangeLog
+++ b/net-zope/photo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-zope/photo
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/photo/ChangeLog,v 1.6 2004/07/19 22:23:46 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/photo/ChangeLog,v 1.7 2004/10/23 22:38:38 lanius Exp $
+
+ 24 Oct 2004; Heinrich Wendel <lanius@gentoo.org> photo-1.2.3.ebuild:
+ fix -py21 dependencie
19 Jul 2004; Bryan �stergaard <kloeri@gentoo.org> photo-1.2.3.ebuild:
dev-python/Imaging renamed to dev-python/imaging.
diff --git a/net-zope/photo/photo-1.2.3.ebuild b/net-zope/photo/photo-1.2.3.ebuild
index 2b62883a74ac..2146bd613b1e 100644
--- a/net-zope/photo/photo-1.2.3.ebuild
+++ b/net-zope/photo/photo-1.2.3.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/photo/photo-1.2.3.ebuild,v 1.8 2004/07/19 22:23:46 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/photo/photo-1.2.3.ebuild,v 1.9 2004/10/23 22:38:38 lanius Exp $
inherit zproduct
@@ -11,10 +11,10 @@ SRC_URI="mirror://sourceforge/zopephoto/Photo-${PV}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc"
-RDEPEND="dev-python/imaging-py21
+RDEPEND="dev-python/imaging
media-gfx/imagemagick
${RDEPEND}"
ZPROD_LIST="Photo"
MYDOC="FAQ.txt THANKS.txt UPGRADE.txt DEPENDENCIES.txt ${MYDOC}"
-
+IUSE=""