summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-16 21:24:07 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-16 21:24:07 +0000
commitad06db237cd6566a4bca9248c970302fd6f23d0f (patch)
tree96a15c0ec8123e9c2b70add56bd6b14e3b866ef3 /dev-python/pyxml
parentMarked ~x64-macos (diff)
downloadgentoo-2-ad06db237cd6566a4bca9248c970302fd6f23d0f.tar.gz
gentoo-2-ad06db237cd6566a4bca9248c970302fd6f23d0f.tar.bz2
gentoo-2-ad06db237cd6566a4bca9248c970302fd6f23d0f.zip
Set PYTHON_DEPEND.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyxml')
-rw-r--r--dev-python/pyxml/ChangeLog6
-rw-r--r--dev-python/pyxml/pyxml-0.8.4-r2.ebuild10
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/pyxml/ChangeLog b/dev-python/pyxml/ChangeLog
index 09bd8da466f3..bd71ec78b67d 100644
--- a/dev-python/pyxml/ChangeLog
+++ b/dev-python/pyxml/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyxml
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/ChangeLog,v 1.62 2010/07/16 19:26:11 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/ChangeLog,v 1.63 2010/07/16 21:24:07 arfrever Exp $
+
+ 16 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ pyxml-0.8.4-r2.ebuild:
+ Set PYTHON_DEPEND.
16 Jul 2010; Fabian Groffen <grobian@gentoo.org> pyxml-0.8.4-r2.ebuild:
Marked ~x64-macos
diff --git a/dev-python/pyxml/pyxml-0.8.4-r2.ebuild b/dev-python/pyxml/pyxml-0.8.4-r2.ebuild
index 1c437ffe1a85..7498af6c8064 100644
--- a/dev-python/pyxml/pyxml-0.8.4-r2.ebuild
+++ b/dev-python/pyxml/pyxml-0.8.4-r2.ebuild
@@ -1,11 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/pyxml-0.8.4-r2.ebuild,v 1.14 2010/07/16 19:26:11 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/pyxml-0.8.4-r2.ebuild,v 1.15 2010/07/16 21:24:07 arfrever Exp $
-EAPI="2"
+EAPI="3"
+PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
-inherit eutils distutils
+inherit distutils eutils
MY_P=${P/pyxml/PyXML}
@@ -20,7 +22,6 @@ IUSE="doc examples"
DEPEND=">=dev-libs/expat-1.95.6"
RDEPEND="${DEPEND}"
-RESTRICT_PYTHON_ABIS="3.*"
S="${WORKDIR}/${MY_P}"
@@ -57,7 +58,6 @@ src_test() {
}
src_install() {
- [[ -z "${ED}" ]] && local ED="${D}"
distutils_src_install
doman doc/man/*