diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-22 10:26:08 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-22 10:26:08 +0000 |
commit | 2ecc73a1209d3852b905022e148ffce492dbc110 (patch) | |
tree | c59a65bfc061d3d144f8844ad55ab3c0302c14d6 /dev-python/llfuse | |
parent | Initial commit, move from gnustep overlay (diff) | |
download | gentoo-2-2ecc73a1209d3852b905022e148ffce492dbc110.tar.gz gentoo-2-2ecc73a1209d3852b905022e148ffce492dbc110.tar.bz2 gentoo-2-2ecc73a1209d3852b905022e148ffce492dbc110.zip |
Restricting pypy and jython
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/llfuse')
-rw-r--r-- | dev-python/llfuse/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/llfuse/llfuse-0.37.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/llfuse/ChangeLog b/dev-python/llfuse/ChangeLog index a86f3db54d8d..e3c23d3f6e85 100644 --- a/dev-python/llfuse/ChangeLog +++ b/dev-python/llfuse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/llfuse -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/llfuse/ChangeLog,v 1.5 2011/12/13 23:29:27 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/llfuse/ChangeLog,v 1.6 2012/02/22 10:26:08 patrick Exp $ + + 22 Feb 2012; Patrick Lauer <patrick@gentoo.org> llfuse-0.37.1.ebuild: + Restricting pypy and jython 13 Dec 2011; Tim Harder <radhermit@gentoo.org> -llfuse-0.36.ebuild, -llfuse-0.37.ebuild: diff --git a/dev-python/llfuse/llfuse-0.37.1.ebuild b/dev-python/llfuse/llfuse-0.37.1.ebuild index 5f9d0b7f83a0..38c950dcae8c 100644 --- a/dev-python/llfuse/llfuse-0.37.1.ebuild +++ b/dev-python/llfuse/llfuse-0.37.1.ebuild @@ -1,10 +1,10 @@ -# 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/llfuse/llfuse-0.37.1.ebuild,v 1.1 2011/12/13 23:28:02 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/llfuse/llfuse-0.37.1.ebuild,v 1.2 2012/02/22 10:26:08 patrick Exp $ EAPI="4" -PYTHON_DEPEND="*" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.5 *-jython 2.7-pypy-*" inherit distutils |