summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-02-22 06:10:21 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-02-22 06:10:21 +0000
commit8638ffa7b9c7a2399fa1c14e2c07164cb7fe73e6 (patch)
treebe8ebe8c0cdf3d107611a8aaf60160e90557f637 /dev-python/python-bibtex
parentRestricting pypy and jython (diff)
downloadgentoo-2-8638ffa7b9c7a2399fa1c14e2c07164cb7fe73e6.tar.gz
gentoo-2-8638ffa7b9c7a2399fa1c14e2c07164cb7fe73e6.tar.bz2
gentoo-2-8638ffa7b9c7a2399fa1c14e2c07164cb7fe73e6.zip
Restricting jython
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/python-bibtex')
-rw-r--r--dev-python/python-bibtex/ChangeLog6
-rw-r--r--dev-python/python-bibtex/python-bibtex-1.2.4.ebuild4
-rw-r--r--dev-python/python-bibtex/python-bibtex-1.2.5.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/python-bibtex/ChangeLog b/dev-python/python-bibtex/ChangeLog
index 44434b87ba5e..431e77e6db0a 100644
--- a/dev-python/python-bibtex/ChangeLog
+++ b/dev-python/python-bibtex/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/python-bibtex
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.24 2012/02/12 15:11:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.25 2012/02/22 06:10:21 patrick Exp $
+
+ 22 Feb 2012; Patrick Lauer <patrick@gentoo.org> python-bibtex-1.2.4.ebuild,
+ python-bibtex-1.2.5.ebuild:
+ Restricting jython
12 Feb 2012; Raúl Porcel <armin76@gentoo.org> python-bibtex-1.2.4.ebuild,
python-bibtex-1.2.5.ebuild:
diff --git a/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild b/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild
index 9a5fd484b5ef..ee1d2fa11533 100644
--- a/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild
+++ b/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild,v 1.9 2012/02/12 15:11:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild,v 1.10 2012/02/22 06:10:21 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
inherit distutils eutils
diff --git a/dev-python/python-bibtex/python-bibtex-1.2.5.ebuild b/dev-python/python-bibtex/python-bibtex-1.2.5.ebuild
index 6cc95980bb19..cb895bb778bf 100644
--- a/dev-python/python-bibtex/python-bibtex-1.2.5.ebuild
+++ b/dev-python/python-bibtex/python-bibtex-1.2.5.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.5.ebuild,v 1.3 2012/02/12 15:11:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.5.ebuild,v 1.4 2012/02/22 06:10:21 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
inherit distutils eutils