diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-23 12:56:37 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-23 12:56:37 +0000 |
commit | c6ca64c889f15c36d3727024551cdfb94952fea5 (patch) | |
tree | 08dd848b4502151a056889c8800efdcda5ea7fc4 /net-zope/zope-filerepresentation | |
parent | amd64/ppc64 stable wrt #332421 (diff) | |
download | gentoo-2-c6ca64c889f15c36d3727024551cdfb94952fea5.tar.gz gentoo-2-c6ca64c889f15c36d3727024551cdfb94952fea5.tar.bz2 gentoo-2-c6ca64c889f15c36d3727024551cdfb94952fea5.zip |
Update EAPI. Fix dependencies.
(Portage version: 2.2.0_alpha10_p4/cvs/Linux x86_64)
Diffstat (limited to 'net-zope/zope-filerepresentation')
-rw-r--r-- | net-zope/zope-filerepresentation/zope-filerepresentation-3.6.0.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/net-zope/zope-filerepresentation/zope-filerepresentation-3.6.0.ebuild b/net-zope/zope-filerepresentation/zope-filerepresentation-3.6.0.ebuild index c0bf8c6cfe6c..51affcf0edf6 100644 --- a/net-zope/zope-filerepresentation/zope-filerepresentation-3.6.0.ebuild +++ b/net-zope/zope-filerepresentation/zope-filerepresentation-3.6.0.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-filerepresentation/zope-filerepresentation-3.6.0.ebuild,v 1.5 2010/10/30 19:01:49 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-filerepresentation/zope-filerepresentation-3.6.0.ebuild,v 1.6 2010/12/23 12:56:37 arfrever Exp $ -EAPI="2" +EAPI="3" +PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" inherit distutils @@ -19,12 +21,12 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" IUSE="" -RDEPEND="net-zope/zope-interface" +RDEPEND="net-zope/zope-interface + net-zope/zope-schema" DEPEND="${RDEPEND} dev-python/setuptools" -RESTRICT_PYTHON_ABIS="3.*" S="${WORKDIR}/${MY_P}" -PYTHON_MODNAME="${PN/-//}" DOCS="CHANGES.txt README.txt" +PYTHON_MODNAME="${PN/-//}" |