diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-05 21:16:10 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-05 21:16:10 +0000 |
commit | a1085343426629d1d16cef463d32199c473002a1 (patch) | |
tree | b1ed622d2f2a9025298c550064368230155a9156 /net-zope | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-a1085343426629d1d16cef463d32199c473002a1.tar.gz gentoo-2-a1085343426629d1d16cef463d32199c473002a1.tar.bz2 gentoo-2-a1085343426629d1d16cef463d32199c473002a1.zip |
Fix dependencies.
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/zope-sendmail/zope-sendmail-3.6.1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net-zope/zope-sendmail/zope-sendmail-3.6.1.ebuild b/net-zope/zope-sendmail/zope-sendmail-3.6.1.ebuild index 0338f81f08c6..93b0e4781ea5 100644 --- a/net-zope/zope-sendmail/zope-sendmail-3.6.1.ebuild +++ b/net-zope/zope-sendmail/zope-sendmail-3.6.1.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-sendmail/zope-sendmail-3.6.1.ebuild,v 1.4 2010/02/14 19:16:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-sendmail/zope-sendmail-3.6.1.ebuild,v 1.5 2010/06/05 21:16:10 arfrever Exp $ -EAPI="2" +EAPI="3" +PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" inherit distutils @@ -16,7 +18,7 @@ SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.ta LICENSE="ZPL" SLOT="0" -KEYWORDS="~alpha ~amd64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" IUSE="" RDEPEND="net-zope/transaction @@ -28,9 +30,8 @@ RDEPEND="net-zope/transaction net-zope/zope-security" DEPEND="${RDEPEND} dev-python/setuptools" -RESTRICT_PYTHON_ABIS="3.*" S="${WORKDIR}/${MY_P}" -PYTHON_MODNAME="${PN/-//}" DOCS="CHANGES.txt README.txt" +PYTHON_MODNAME="${PN/-//}" |