diff options
Diffstat (limited to 'dev-python/imaging/imaging-1.1.7.ebuild')
-rw-r--r-- | dev-python/imaging/imaging-1.1.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/imaging/imaging-1.1.7.ebuild b/dev-python/imaging/imaging-1.1.7.ebuild index 55aee9aeec63..dfc844bf58af 100644 --- a/dev-python/imaging/imaging-1.1.7.ebuild +++ b/dev-python/imaging/imaging-1.1.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/imaging/imaging-1.1.7.ebuild,v 1.13 2011/07/07 23:26:15 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/imaging/imaging-1.1.7.ebuild,v 1.14 2012/02/01 02:14:19 floppym Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -9,7 +9,7 @@ PYTHON_USE_WITH_OPT="tk" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.* *-jython" -inherit eutils distutils +inherit eutils multilib distutils MY_P=Imaging-${PV} |