diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-21 08:59:00 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-21 08:59:00 +0000 |
commit | 99349147ea36e656a31558222d6feda90a9e4bf8 (patch) | |
tree | ee8e27a0de60165b4b7742cb967f4d060b007fb2 /dev-python/pyao/pyao-0.82-r2.ebuild | |
parent | Version bump. (diff) | |
download | historical-99349147ea36e656a31558222d6feda90a9e4bf8.tar.gz historical-99349147ea36e656a31558222d6feda90a9e4bf8.tar.bz2 historical-99349147ea36e656a31558222d6feda90a9e4bf8.zip |
Restricting jython
Package-Manager: portage-2.2.0_alpha88/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pyao/pyao-0.82-r2.ebuild')
-rw-r--r-- | dev-python/pyao/pyao-0.82-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pyao/pyao-0.82-r2.ebuild b/dev-python/pyao/pyao-0.82-r2.ebuild index cc6385d05962..bd5e3e19e375 100644 --- a/dev-python/pyao/pyao-0.82-r2.ebuild +++ b/dev-python/pyao/pyao-0.82-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2010 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/pyao/pyao-0.82-r2.ebuild,v 1.6 2010/08/01 16:16:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyao/pyao-0.82-r2.ebuild,v 1.7 2012/02/21 08:49:16 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils eutils |