diff options
author | 2010-11-28 22:01:29 +0000 | |
---|---|---|
committer | 2010-11-28 22:01:29 +0000 | |
commit | 82a16be0dd0e3fa201f28a97a5fa555b8ea84db5 (patch) | |
tree | f1c4f3017548860b26543d7b722c52d6120bac1f /dev-python/restrictedpython | |
parent | Fix unrecognized configure options QA notice. (diff) | |
download | gentoo-2-82a16be0dd0e3fa201f28a97a5fa555b8ea84db5.tar.gz gentoo-2-82a16be0dd0e3fa201f28a97a5fa555b8ea84db5.tar.bz2 gentoo-2-82a16be0dd0e3fa201f28a97a5fa555b8ea84db5.zip |
Restrict Jython ABIs.
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/restrictedpython')
-rw-r--r-- | dev-python/restrictedpython/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/restrictedpython/restrictedpython-3.6.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/restrictedpython/ChangeLog b/dev-python/restrictedpython/ChangeLog index ccd01d2c55ba..f00ad73b10ad 100644 --- a/dev-python/restrictedpython/ChangeLog +++ b/dev-python/restrictedpython/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/restrictedpython # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/restrictedpython/ChangeLog,v 1.7 2010/07/09 22:45:13 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/restrictedpython/ChangeLog,v 1.8 2010/11/28 22:01:29 arfrever Exp $ + + 28 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + restrictedpython-3.6.0.ebuild: + Restrict Jython ABIs. *restrictedpython-3.6.0 (09 Jul 2010) diff --git a/dev-python/restrictedpython/restrictedpython-3.6.0.ebuild b/dev-python/restrictedpython/restrictedpython-3.6.0.ebuild index a490f81ce1a5..5966e8ec7743 100644 --- a/dev-python/restrictedpython/restrictedpython-3.6.0.ebuild +++ b/dev-python/restrictedpython/restrictedpython-3.6.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/restrictedpython/restrictedpython-3.6.0.ebuild,v 1.2 2010/07/17 16:30:36 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/restrictedpython/restrictedpython-3.6.0.ebuild,v 1.3 2010/11/28 22:01:29 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython" DISTUTILS_SRC_TEST="nosetests" inherit distutils |