diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-08-30 00:29:34 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-08-30 00:29:34 +0000 |
commit | 397862410ce8997d3b8971347532aa968c8aefec (patch) | |
tree | 67942bffc2fcc3bacd37857bf232bc799eb67fd8 /dev-python | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-397862410ce8997d3b8971347532aa968c8aefec.tar.gz gentoo-2-397862410ce8997d3b8971347532aa968c8aefec.tar.bz2 gentoo-2-397862410ce8997d3b8971347532aa968c8aefec.zip |
Set SUPPORT_PYTHON_ABIS.
(Portage version: 14170-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/stomper/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/stomper/stomper-0.2.2.ebuild | 9 |
2 files changed, 12 insertions, 3 deletions
diff --git a/dev-python/stomper/ChangeLog b/dev-python/stomper/ChangeLog index 8042705e122c..1a7b916e0a4d 100644 --- a/dev-python/stomper/ChangeLog +++ b/dev-python/stomper/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/stomper # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v 1.1 2009/04/19 12:25:52 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v 1.2 2009/08/30 00:29:34 arfrever Exp $ + + 30 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + stomper-0.2.2.ebuild: + Set SUPPORT_PYTHON_ABIS. *stomper-0.2.2 (19 Apr 2009) diff --git a/dev-python/stomper/stomper-0.2.2.ebuild b/dev-python/stomper/stomper-0.2.2.ebuild index 19ff66a31de8..43f94efbc911 100644 --- a/dev-python/stomper/stomper-0.2.2.ebuild +++ b/dev-python/stomper/stomper-0.2.2.ebuild @@ -1,11 +1,14 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/stomper-0.2.2.ebuild,v 1.3 2009/04/20 11:26:21 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/stomper-0.2.2.ebuild,v 1.4 2009/08/30 00:29:34 arfrever Exp $ + +EAPI="2" +SUPPORT_PYTHON_ABIS="1" inherit distutils DESCRIPTION="This is a transport neutral client implementation of the STOMP protocol." -HOMEPAGE="http://pypi.python.org/pypi/stomper/${PV}" +HOMEPAGE="http://pypi.python.org/pypi/stomper" SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" @@ -16,3 +19,5 @@ IUSE="" RDEPEND="" DEPEND="${RDEPEND} dev-python/setuptools" + +RESTRICT_PYTHON_ABIS="3*" |