diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-11 18:36:39 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-11 18:36:39 +0000 |
commit | 5efe2e9c94682ed6e5c1f07fecdddc3cba3017d8 (patch) | |
tree | 4f28ecd0c086aaa3ece6113b28e847e41da4f28b /dev-python | |
parent | Version bump and remove old. (diff) | |
download | gentoo-2-5efe2e9c94682ed6e5c1f07fecdddc3cba3017d8.tar.gz gentoo-2-5efe2e9c94682ed6e5c1f07fecdddc3cba3017d8.tar.bz2 gentoo-2-5efe2e9c94682ed6e5c1f07fecdddc3cba3017d8.zip |
Set SUPPORT_PYTHON_ABIS (bug #345541).
(Portage version: 2.2.0_alpha29_p12/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-augeas/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/python-augeas/python-augeas-0.3.0.ebuild | 13 |
2 files changed, 16 insertions, 5 deletions
diff --git a/dev-python/python-augeas/ChangeLog b/dev-python/python-augeas/ChangeLog index 90bea2e3a7cf..cc1181922c02 100644 --- a/dev-python/python-augeas/ChangeLog +++ b/dev-python/python-augeas/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/python-augeas -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/ChangeLog,v 1.1 2009/02/24 15:49:55 matsuu Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/ChangeLog,v 1.2 2011/04/11 18:36:39 arfrever Exp $ + + 11 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + python-augeas-0.3.0.ebuild: + Set SUPPORT_PYTHON_ABIS (bug #345541). *python-augeas-0.3.0 (24 Feb 2009) diff --git a/dev-python/python-augeas/python-augeas-0.3.0.ebuild b/dev-python/python-augeas/python-augeas-0.3.0.ebuild index ccefce42366c..81f9f498ffbd 100644 --- a/dev-python/python-augeas/python-augeas-0.3.0.ebuild +++ b/dev-python/python-augeas/python-augeas-0.3.0.ebuild @@ -1,6 +1,11 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/python-augeas-0.3.0.ebuild,v 1.1 2009/02/24 15:49:55 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/python-augeas-0.3.0.ebuild,v 1.2 2011/04/11 18:36:39 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils @@ -15,6 +20,8 @@ IUSE="" RESTRICT="test" -RDEPEND="app-admin/augeas" +DEPEND="app-admin/augeas" +RDEPEND="${DEPEND}" DOCS="AUTHORS README.txt PKG-INFO" +PYTHON_MODNAME="augeas.py" |