diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-22 02:48:23 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-22 02:48:23 +0000 |
commit | 6f3f8e9a3f78d5510c29f985c214c22e0b41a228 (patch) | |
tree | 23ccae576f19ea72795d7ea4bef824d059977d08 /dev-python/python-nss/python-nss-0.12.ebuild | |
parent | Restricting jython (diff) | |
download | historical-6f3f8e9a3f78d5510c29f985c214c22e0b41a228.tar.gz historical-6f3f8e9a3f78d5510c29f985c214c22e0b41a228.tar.bz2 historical-6f3f8e9a3f78d5510c29f985c214c22e0b41a228.zip |
Restricting jython
Package-Manager: portage-2.2.0_alpha88/cvs/Linux x86_64
Diffstat (limited to 'dev-python/python-nss/python-nss-0.12.ebuild')
-rw-r--r-- | dev-python/python-nss/python-nss-0.12.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-nss/python-nss-0.12.ebuild b/dev-python/python-nss/python-nss-0.12.ebuild index 8b9554644c16..9fe9734c1860 100644 --- a/dev-python/python-nss/python-nss-0.12.ebuild +++ b/dev-python/python-nss/python-nss-0.12.ebuild @@ -1,11 +1,11 @@ -# 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-nss/python-nss-0.12.ebuild,v 1.2 2011/12/04 22:22:49 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-nss/python-nss-0.12.ebuild,v 1.3 2012/02/22 02:48:23 patrick Exp $ EAPI="4" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils eutils versionator |