diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-25 18:29:54 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-25 18:29:54 +0000 |
commit | b3c9e83f723175659d59436577df3d6eb7f30bb3 (patch) | |
tree | a7fb5a6ff4371e8da8ddada64c94b9a1a6269e02 /dev-python | |
parent | Stable on amd64, bug 325535. (diff) | |
download | gentoo-2-b3c9e83f723175659d59436577df3d6eb7f30bb3.tar.gz gentoo-2-b3c9e83f723175659d59436577df3d6eb7f30bb3.tar.bz2 gentoo-2-b3c9e83f723175659d59436577df3d6eb7f30bb3.zip |
Set SUPPORT_PYTHON_ABIS.
(Portage version: HEAD/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-r1.ebuild | 15 |
2 files changed, 13 insertions, 8 deletions
diff --git a/dev-python/stomper/ChangeLog b/dev-python/stomper/ChangeLog index 210540d2dee2..f60244718637 100644 --- a/dev-python/stomper/ChangeLog +++ b/dev-python/stomper/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/stomper # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v 1.8 2010/06/02 07:00:14 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v 1.9 2010/06/25 18:29:54 arfrever Exp $ + + 25 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + stomper-0.2.2-r1.ebuild: + Set SUPPORT_PYTHON_ABIS. 02 Jun 2010; Torsten Veller <tove@gentoo.org> metadata.xml: Remove caleb from metadata.xml (#317071) diff --git a/dev-python/stomper/stomper-0.2.2-r1.ebuild b/dev-python/stomper/stomper-0.2.2-r1.ebuild index c4ce9adc0e87..765b55161008 100644 --- a/dev-python/stomper/stomper-0.2.2-r1.ebuild +++ b/dev-python/stomper/stomper-0.2.2-r1.ebuild @@ -1,11 +1,13 @@ # Copyright 1999-2010 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-r1.ebuild,v 1.4 2010/02/07 21:01:51 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/stomper-0.2.2-r1.ebuild,v 1.5 2010/06/25 18:29:54 arfrever Exp $ -EAPI="2" -#SUPPORT_PYTHON_ABIS="1" +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" -inherit eutils distutils +inherit distutils eutils DESCRIPTION="This is a transport neutral client implementation of the STOMP protocol." HOMEPAGE="http://pypi.python.org/pypi/stomper" @@ -16,11 +18,10 @@ SLOT="0" KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86" IUSE="" -RDEPEND="" DEPEND="dev-python/setuptools" - -RESTRICT_PYTHON_ABIS="3*" +RDEPEND="" src_prepare() { + distutils_src_prepare epatch "${FILESDIR}/${P}-dont_require_separate_uuid_package.patch" } |