diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-25 03:44:06 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-25 03:44:06 +0000 |
commit | 4837e687659a4c14ea2a7884a1ec1180272acbe3 (patch) | |
tree | 0fba9396db76a32db4608451000298277dc7a007 /sys-fs/owfs/owfs-2.7_p21.ebuild | |
parent | Restricting python (diff) | |
download | gentoo-2-4837e687659a4c14ea2a7884a1ec1180272acbe3.tar.gz gentoo-2-4837e687659a4c14ea2a7884a1ec1180272acbe3.tar.bz2 gentoo-2-4837e687659a4c14ea2a7884a1ec1180272acbe3.zip |
Restricting pypy and jython
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/owfs/owfs-2.7_p21.ebuild')
-rw-r--r-- | sys-fs/owfs/owfs-2.7_p21.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/owfs/owfs-2.7_p21.ebuild b/sys-fs/owfs/owfs-2.7_p21.ebuild index fb6fb5ae6054..23086781b280 100644 --- a/sys-fs/owfs/owfs-2.7_p21.ebuild +++ b/sys-fs/owfs/owfs-2.7_p21.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/sys-fs/owfs/owfs-2.7_p21.ebuild,v 1.4 2010/07/22 19:45:32 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/owfs-2.7_p21.ebuild,v 1.5 2012/02/25 03:44:06 patrick Exp $ EAPI="2" PYTHON_DEPEND="python? 2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" inherit depend.php distutils eutils perl-module |