summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-02-23 10:21:48 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-02-23 10:21:48 +0000
commitd2138891baf6f8be94fff09dc47c389976d088cc (patch)
tree4173a287891c3e95d6fcc92871cb577b2e03a455 /dev-python/python-prctl
parentbump to 2.0.0, in line with vlc-2.0.0, and update live ebuild (diff)
downloadgentoo-2-d2138891baf6f8be94fff09dc47c389976d088cc.tar.gz
gentoo-2-d2138891baf6f8be94fff09dc47c389976d088cc.tar.bz2
gentoo-2-d2138891baf6f8be94fff09dc47c389976d088cc.zip
Restricting python
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/python-prctl')
-rw-r--r--dev-python/python-prctl/ChangeLog7
-rw-r--r--dev-python/python-prctl/python-prctl-1.3.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/python-prctl/ChangeLog b/dev-python/python-prctl/ChangeLog
index a1c4e6a0e965..a387914b4c37 100644
--- a/dev-python/python-prctl/ChangeLog
+++ b/dev-python/python-prctl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-prctl
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-prctl/ChangeLog,v 1.1 2011/11/19 13:47:17 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-prctl/ChangeLog,v 1.2 2012/02/23 10:21:48 patrick Exp $
+
+ 23 Feb 2012; Patrick Lauer <patrick@gentoo.org> python-prctl-1.3.1.ebuild:
+ Restricting python
*python-prctl-1.3.1 (19 Nov 2011)
diff --git a/dev-python/python-prctl/python-prctl-1.3.1.ebuild b/dev-python/python-prctl/python-prctl-1.3.1.ebuild
index fc894a1f20b6..969aa850e6c4 100644
--- a/dev-python/python-prctl/python-prctl-1.3.1.ebuild
+++ b/dev-python/python-prctl/python-prctl-1.3.1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-prctl/python-prctl-1.3.1.ebuild,v 1.1 2011/11/19 13:47:17 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-prctl/python-prctl-1.3.1.ebuild,v 1.2 2012/02/23 10:21:48 patrick Exp $
EAPI=3
PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
inherit distutils