diff options
author | 2012-02-20 15:09:39 +0000 | |
---|---|---|
committer | 2012-02-20 15:09:39 +0000 | |
commit | 3a2160a5de5b5bf50733eac30e7bae368dd4fc53 (patch) | |
tree | 65a3e65af13feab9d7f8dc2344f2dd6134581760 /dev-python/python-wpactrl | |
parent | Restricting pypy #404017 (diff) | |
download | historical-3a2160a5de5b5bf50733eac30e7bae368dd4fc53.tar.gz historical-3a2160a5de5b5bf50733eac30e7bae368dd4fc53.tar.bz2 historical-3a2160a5de5b5bf50733eac30e7bae368dd4fc53.zip |
Restricting pypy #404015
Package-Manager: portage-2.2.0_alpha87/cvs/Linux x86_64
Diffstat (limited to 'dev-python/python-wpactrl')
-rw-r--r-- | dev-python/python-wpactrl/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/python-wpactrl/python-wpactrl-20081102.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/python-wpactrl/ChangeLog b/dev-python/python-wpactrl/ChangeLog index f7c64b4fae14..cec4d071a904 100644 --- a/dev-python/python-wpactrl/ChangeLog +++ b/dev-python/python-wpactrl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/python-wpactrl -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-wpactrl/ChangeLog,v 1.12 2010/12/24 23:11:13 arfrever Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-wpactrl/ChangeLog,v 1.13 2012/02/20 15:09:39 patrick Exp $ + + 20 Feb 2012; Patrick Lauer <patrick@gentoo.org> + python-wpactrl-20081102.ebuild: + Restricting pypy #404015 24 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> python-wpactrl-20081102.ebuild: diff --git a/dev-python/python-wpactrl/python-wpactrl-20081102.ebuild b/dev-python/python-wpactrl/python-wpactrl-20081102.ebuild index ef6cb284a1f4..9045240e15ac 100644 --- a/dev-python/python-wpactrl/python-wpactrl-20081102.ebuild +++ b/dev-python/python-wpactrl/python-wpactrl-20081102.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/python-wpactrl/python-wpactrl-20081102.ebuild,v 1.9 2010/12/24 23:11:13 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-wpactrl/python-wpactrl-20081102.ebuild,v 1.10 2012/02/20 15:09:39 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" inherit distutils |