diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-03-13 18:59:15 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-03-13 18:59:15 +0000 |
commit | 07ee47759ab59b23656d99b1e927d7a7227faffe (patch) | |
tree | ffaa399663806475f5a6d710ee7efe36f1f71567 /dev-python | |
parent | amd64 stable, bug 309167 (diff) | |
download | gentoo-2-07ee47759ab59b23656d99b1e927d7a7227faffe.tar.gz gentoo-2-07ee47759ab59b23656d99b1e927d7a7227faffe.tar.bz2 gentoo-2-07ee47759ab59b23656d99b1e927d7a7227faffe.zip |
Set SUPPORT_PYTHON_ABIS.
(Portage version: 15825-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/webut/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/webut/webut-0.1.0.2.ebuild | 18 |
2 files changed, 18 insertions, 8 deletions
diff --git a/dev-python/webut/ChangeLog b/dev-python/webut/ChangeLog index 4dc34d73e3af..0c2c8682741c 100644 --- a/dev-python/webut/ChangeLog +++ b/dev-python/webut/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/webut -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webut/ChangeLog,v 1.11 2009/11/25 22:14:58 maekke Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/webut/ChangeLog,v 1.12 2010/03/13 18:59:15 arfrever Exp $ + + 13 Mar 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + webut-0.1.0.2.ebuild: + Set SUPPORT_PYTHON_ABIS. 25 Nov 2009; Markus Meier <maekke@gentoo.org> webut-0.1.0.2.ebuild: amd64 stable, bug #284764 diff --git a/dev-python/webut/webut-0.1.0.2.ebuild b/dev-python/webut/webut-0.1.0.2.ebuild index acc67d0f5204..6922539c7f91 100644 --- a/dev-python/webut/webut-0.1.0.2.ebuild +++ b/dev-python/webut/webut-0.1.0.2.ebuild @@ -1,6 +1,10 @@ -# 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/webut/webut-0.1.0.2.ebuild,v 1.11 2009/11/25 22:14:58 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webut/webut-0.1.0.2.ebuild,v 1.12 2010/03/13 18:59:15 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" inherit distutils versionator @@ -9,15 +13,17 @@ MY_P=${PN}_$(replace_version_separator 2 '-') DESCRIPTION="Miscellaneous utilities for nevow and twisted.web programming" HOMEPAGE="http://www.inoi.fi/open/trac/webut" SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${MY_P}.tar.gz" + LICENSE="MIT" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc sparc x86" IUSE="examples" -DEPEND="" -RDEPEND=">=dev-python/twisted-2 - >=net-zope/zope-interface-3.0.1 - >=dev-python/nevow-0.9.18" +RDEPEND=">=dev-python/nevow-0.9.18 + >=dev-python/twisted-2 + >=net-zope/zope-interface-3.0.1" +DEPEND="${RDEPEND}" +RESTRICT_PYTHON_ABIS="3.*" S="${WORKDIR}/${PN}-$(get_version_component_range 1-2)" |