summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-zope/zope-sendmail')
-rw-r--r--net-zope/zope-sendmail/zope-sendmail-3.6.1.ebuild11
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/-//}"