summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/imaging/imaging-1.1.3-r1.ebuild')
-rw-r--r--dev-python/imaging/imaging-1.1.3-r1.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/imaging/imaging-1.1.3-r1.ebuild b/dev-python/imaging/imaging-1.1.3-r1.ebuild
index 7a58b038b07b..f6e2fc142028 100644
--- a/dev-python/imaging/imaging-1.1.3-r1.ebuild
+++ b/dev-python/imaging/imaging-1.1.3-r1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/imaging/imaging-1.1.3-r1.ebuild,v 1.1 2004/07/19 21:50:44 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/imaging/imaging-1.1.3-r1.ebuild,v 1.1.1.1 2005/11/30 10:10:03 chriswhite Exp $
inherit distutils
MY_P=${P/imaging/Imaging}
S=${WORKDIR}/${MY_P}
-IUSE="tcltk"
+IUSE="X tcltk"
DESCRIPTION="Python Imaging Library (PIL)."
SRC_URI="http://www.pythonware.net/storage/${MY_P}.tar.gz"
@@ -15,7 +15,9 @@ HOMEPAGE="http://www.pythonware.com/downloads/#pil"
DEPEND=">=media-libs/jpeg-6a
>=sys-libs/zlib-0.95
- tcltk? ( dev-lang/tk )"
+ >=media-libs/freetype-2.1.5
+ tcltk? ( dev-lang/tk )
+ X? ( media-gfx/xv )"
SLOT="0"
KEYWORDS="x86 ~sparc ~alpha ~ppc"