summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-19 18:59:17 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-19 18:59:17 +0000
commit90bd6c9fb63dbabc775da35f311d48675f75a108 (patch)
tree84245aa7c3e8cd2a7372bb08800bf3c1def8892b /dev-python/sip
parentDelete older ebuilds. (diff)
downloadgentoo-2-90bd6c9fb63dbabc775da35f311d48675f75a108.tar.gz
gentoo-2-90bd6c9fb63dbabc775da35f311d48675f75a108.tar.bz2
gentoo-2-90bd6c9fb63dbabc775da35f311d48675f75a108.zip
Restrict Jython ABIs.
(Portage version: 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