summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-28 14:05:42 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-28 14:05:42 +0000
commit35016e285d18b1516c25fad74c7858a5bbc6674a (patch)
treed66e84c700f51b03826bbbfc7e9fdfd6a9e2ec81 /dev-python/ctypesgen
parentx86 stable wrt security bug #317435 (also see bug #312547) (diff)
downloadgentoo-2-35016e285d18b1516c25fad74c7858a5bbc6674a.tar.gz
gentoo-2-35016e285d18b1516c25fad74c7858a5bbc6674a.tar.bz2
gentoo-2-35016e285d18b1516c25fad74c7858a5bbc6674a.zip
Set SUPPORT_PYTHON_ABIS.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/ctypesgen')
-rw-r--r--dev-python/ctypesgen/ChangeLog8
-rw-r--r--dev-python/ctypesgen/ctypesgen-0_p72.ebuild14
2 files changed, 17 insertions, 5 deletions
diff --git a/dev-python/ctypesgen/ChangeLog b/dev-python/ctypesgen/ChangeLog
index d1320f70279b..a578e1966141 100644
--- a/dev-python/ctypesgen/ChangeLog
+++ b/dev-python/ctypesgen/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/ctypesgen
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ChangeLog,v 1.18 2009/07/03 13:41:08 ranger Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ChangeLog,v 1.19 2010/04/28 14:05:42 arfrever Exp $
+
+ 28 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ ctypesgen-0_p72.ebuild:
+ Set SUPPORT_PYTHON_ABIS.
03 Jul 2009; Brent Baude <ranger@gentoo.org> ctypesgen-0_p72.ebuild:
Marking ctypesgen-0_p72 ppc for bug 273304
diff --git a/dev-python/ctypesgen/ctypesgen-0_p72.ebuild b/dev-python/ctypesgen/ctypesgen-0_p72.ebuild
index e9d9d3f91107..553a8a0f5270 100644
--- a/dev-python/ctypesgen/ctypesgen-0_p72.ebuild
+++ b/dev-python/ctypesgen/ctypesgen-0_p72.ebuild
@@ -1,6 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ctypesgen-0_p72.ebuild,v 1.16 2009/07/03 13:41:08 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ctypesgen-0_p72.ebuild,v 1.17 2010/04/28 14:05:42 arfrever Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2:2.5"
+SUPPORT_PYTHON_ABIS="1"
inherit distutils
@@ -14,4 +18,8 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE=""
DEPEND=""
-RDEPEND=">=dev-lang/python-2.5"
+RDEPEND=""
+# 2.4 restricted due to usage of ctypes module.
+RESTRICT_PYTHON_ABIS="2.4 3.*"
+
+PYTHON_MODNAME="ctypesgencore"