summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-19 19:03:27 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-19 19:03:27 +0000
commit1bd2065de193d7c4faf3538460a54127da66493c (patch)
tree131d04bbe48ccf2b9b83dad46717bfaf5caf4f05 /dev-python/sip
parentDelete older ebuild. (diff)
downloadhistorical-1bd2065de193d7c4faf3538460a54127da66493c.tar.gz
historical-1bd2065de193d7c4faf3538460a54127da66493c.tar.bz2
historical-1bd2065de193d7c4faf3538460a54127da66493c.zip
Restrict Jython ABIs.
Package-Manager: portage-2.2.0_alpha9_p4/cvs/Linux x86_64
Diffstat (limited to 'dev-python/sip')
-rw-r--r--dev-python/sip/ChangeLog6
-rw-r--r--dev-python/sip/sip-4.10.2.ebuild3
-rw-r--r--dev-python/sip/sip-4.11.2.ebuild3
3 files changed, 9 insertions, 3 deletions
diff --git a/dev-python/sip/ChangeLog b/dev-python/sip/ChangeLog
index a48a3fb0a66f..7989722ce506 100644
--- a/dev-python/sip/ChangeLog
+++ b/dev-python/sip/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/sip
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.178 2010/12/19 18:57:11 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.179 2010/12/19 18:59:17 arfrever Exp $
+
+ 19 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ sip-4.10.2.ebuild, sip-4.11.2.ebuild:
+ Restrict Jython ABIs.
19 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-sip-4.8.2.ebuild, -sip-4.9.3-r1.ebuild, -sip-4.11.1.ebuild:
diff --git a/dev-python/sip/sip-4.10.2.ebuild b/dev-python/sip/sip-4.10.2.ebuild
index 018ef51df7f0..0c1f405c995e 100644
--- a/dev-python/sip/sip-4.10.2.ebuild
+++ b/dev-python/sip/sip-4.10.2.ebuild
@@ -1,11 +1,12 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.10.2.ebuild,v 1.9 2010/10/23 17:19:04 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.10.2.ebuild,v 1.10 2010/12/19 18:59:17 arfrever Exp $
EAPI="2"
PYTHON_DEPEND="*"
PYTHON_EXPORT_PHASE_FUNCTIONS="1"
SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="*-jython"
inherit eutils python toolchain-funcs
diff --git a/dev-python/sip/sip-4.11.2.ebuild b/dev-python/sip/sip-4.11.2.ebuild
index 560115d150db..6bd24753c8b1 100644
--- a/dev-python/sip/sip-4.11.2.ebuild
+++ b/dev-python/sip/sip-4.11.2.ebuild
@@ -1,11 +1,12 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.11.2.ebuild,v 1.1 2010/10/23 11:23:57 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.11.2.ebuild,v 1.2 2010/12/19 18:59:17 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="*"
PYTHON_EXPORT_PHASE_FUNCTIONS="1"
SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="*-jython"
inherit eutils python toolchain-funcs