summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-10-25 13:41:48 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-10-25 13:41:48 +0000
commita85195d427f46c35ff4b6d3e535ab6de2d75ef88 (patch)
tree84bba6df8ad084a2ed4470f7281bf9706a7faaa0 /dev-python/pyxattr
parentDelete older ebuild. (diff)
downloadgentoo-2-a85195d427f46c35ff4b6d3e535ab6de2d75ef88.tar.gz
gentoo-2-a85195d427f46c35ff4b6d3e535ab6de2d75ef88.tar.bz2
gentoo-2-a85195d427f46c35ff4b6d3e535ab6de2d75ef88.zip
Set SUPPORT_PYTHON_ABIS.
(Portage version: 14724-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyxattr')
-rw-r--r--dev-python/pyxattr/ChangeLog6
-rw-r--r--dev-python/pyxattr/pyxattr-0.4.0.ebuild9
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-python/pyxattr/ChangeLog b/dev-python/pyxattr/ChangeLog
index 282a66b4b07a..7fad40e39f4d 100644
--- a/dev-python/pyxattr/ChangeLog
+++ b/dev-python/pyxattr/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyxattr
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/ChangeLog,v 1.20 2009/05/28 17:58:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/ChangeLog,v 1.21 2009/10/25 13:41:48 arfrever Exp $
+
+ 25 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ pyxattr-0.4.0.ebuild:
+ Set SUPPORT_PYTHON_ABIS.
28 May 2009; Raúl Porcel <armin76@gentoo.org> pyxattr-0.4.0.ebuild:
arm/ia64/sh/sparc stable wrt #267212
diff --git a/dev-python/pyxattr/pyxattr-0.4.0.ebuild b/dev-python/pyxattr/pyxattr-0.4.0.ebuild
index 1fb64cdbeb3a..537a1fc24cf1 100644
--- a/dev-python/pyxattr/pyxattr-0.4.0.ebuild
+++ b/dev-python/pyxattr/pyxattr-0.4.0.ebuild
@@ -1,6 +1,9 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.4.0.ebuild,v 1.6 2009/05/28 17:58:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.4.0.ebuild,v 1.7 2009/10/25 13:41:48 arfrever Exp $
+
+EAPI="2"
+SUPPORT_PYTHON_ABIS="1"
inherit distutils
@@ -13,7 +16,7 @@ SLOT="0"
KEYWORDS="amd64 arm ia64 ppc ppc64 sh sparc x86"
IUSE=""
-RDEPEND="virtual/python
- sys-apps/attr"
+RDEPEND="sys-apps/attr"
DEPEND="${RDEPEND}
>=dev-python/setuptools-0.6_rc7-r1"
+RESTRICT_PYTHON_ABIS="3.*"