diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-24 23:11:13 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-24 23:11:13 +0000 |
commit | f7bec2651ebda9dace23b38068d05513b0fcfc57 (patch) | |
tree | de7a1ca2ca75ff33ca1dca5ee28214162137a4e6 /dev-python/python-wpactrl | |
parent | Fix dependencies. Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-f7bec2651ebda9dace23b38068d05513b0fcfc57.tar.gz gentoo-2-f7bec2651ebda9dace23b38068d05513b0fcfc57.tar.bz2 gentoo-2-f7bec2651ebda9dace23b38068d05513b0fcfc57.zip |
Fix dependencies. Set SUPPORT_PYTHON_ABIS.
(Portage version: 2.2.0_alpha10_p5/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/python-wpactrl')
-rw-r--r-- | dev-python/python-wpactrl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/python-wpactrl/python-wpactrl-20081102.ebuild | 9 |
2 files changed, 12 insertions, 3 deletions
diff --git a/dev-python/python-wpactrl/ChangeLog b/dev-python/python-wpactrl/ChangeLog index c49346cd7da1..f7c64b4fae14 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.11 2010/12/20 23:46:01 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-wpactrl/ChangeLog,v 1.12 2010/12/24 23:11:13 arfrever Exp $ + + 24 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + python-wpactrl-20081102.ebuild: + Fix dependencies. Set SUPPORT_PYTHON_ABIS. 20 Dec 2010; Jeremy Olexa <darkside@gentoo.org> metadata.xml: remove myself as maintainer diff --git a/dev-python/python-wpactrl/python-wpactrl-20081102.ebuild b/dev-python/python-wpactrl/python-wpactrl-20081102.ebuild index 81684ac6923b..ef6cb284a1f4 100644 --- a/dev-python/python-wpactrl/python-wpactrl-20081102.ebuild +++ b/dev-python/python-wpactrl/python-wpactrl-20081102.ebuild @@ -1,6 +1,11 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 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.8 2009/11/30 06:38:24 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-wpactrl/python-wpactrl-20081102.ebuild,v 1.9 2010/12/24 23:11:13 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils |