summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-18 20:26:23 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-18 20:26:23 +0000
commitc92a85e1f324c17b0e6af862f23006651a4988f5 (patch)
treed7629c24e90e944f2cbaebfaf1b2fb5a885b4659 /dev-python/setproctitle
parentDelete older ebuild. (diff)
downloadgentoo-2-c92a85e1f324c17b0e6af862f23006651a4988f5.tar.gz
gentoo-2-c92a85e1f324c17b0e6af862f23006651a4988f5.tar.bz2
gentoo-2-c92a85e1f324c17b0e6af862f23006651a4988f5.zip
Restrict Jython ABIs.
(Portage version: 2.2.0_alpha9_p3/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/setproctitle')
-rw-r--r--dev-python/setproctitle/ChangeLog6
-rw-r--r--dev-python/setproctitle/setproctitle-1.1.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-python/setproctitle/ChangeLog b/dev-python/setproctitle/ChangeLog
index 31918a5b6d63..a22a0267f82d 100644
--- a/dev-python/setproctitle/ChangeLog
+++ b/dev-python/setproctitle/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/setproctitle
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/ChangeLog,v 1.4 2010/07/19 00:14:13 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/ChangeLog,v 1.5 2010/12/18 20:26:23 arfrever Exp $
+
+ 18 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ setproctitle-1.1.ebuild:
+ Restrict Jython ABIs.
*setproctitle-1.1 (19 Jul 2010)
diff --git a/dev-python/setproctitle/setproctitle-1.1.ebuild b/dev-python/setproctitle/setproctitle-1.1.ebuild
index 00fdcb2d11f5..b0ca75f99eec 100644
--- a/dev-python/setproctitle/setproctitle-1.1.ebuild
+++ b/dev-python/setproctitle/setproctitle-1.1.ebuild
@@ -1,9 +1,10 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.ebuild,v 1.2 2010/12/18 20:21:19 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.ebuild,v 1.3 2010/12/18 20:26:23 arfrever Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="*-jython"
DISTUTILS_SRC_TEST="nosetests"
inherit distutils