diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-04 15:06:08 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-04 15:06:08 +0000 |
commit | 3d174129548fe65ef9655681a2b15378b5413760 (patch) | |
tree | c1cb44fc569020acc14475135c840985295dbf6e /dev-python/configobj | |
parent | Respect CFLAGS also when linking executables, not just for libperl (diff) | |
download | gentoo-2-3d174129548fe65ef9655681a2b15378b5413760.tar.gz gentoo-2-3d174129548fe65ef9655681a2b15378b5413760.tar.bz2 gentoo-2-3d174129548fe65ef9655681a2b15378b5413760.zip |
Update HOMEPAGE.
(Portage version: 14775-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/configobj')
-rw-r--r-- | dev-python/configobj/configobj-4.6.0.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-python/configobj/configobj-4.6.0.ebuild b/dev-python/configobj/configobj-4.6.0.ebuild index 781bedabfd73..3bfe83979ab8 100644 --- a/dev-python/configobj/configobj-4.6.0.ebuild +++ b/dev-python/configobj/configobj-4.6.0.ebuild @@ -1,16 +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/configobj/configobj-4.6.0.ebuild,v 1.5 2009/11/04 14:45:26 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-4.6.0.ebuild,v 1.6 2009/11/04 15:06:08 arfrever Exp $ EAPI="2" - -NEED_PYTHON="2.4" SUPPORT_PYTHON_ABIS="1" inherit eutils distutils DESCRIPTION="Simple config file reader and writer" -HOMEPAGE="http://www.voidspace.org.uk/python/configobj.html" +HOMEPAGE="http://www.voidspace.org.uk/python/configobj.html http://code.google.com/p/configobj/ http://pypi.python.org/pypi/configobj" SRC_URI="mirror://sourceforge/${PN}/${P}.zip" LICENSE="BSD" @@ -20,8 +18,7 @@ IUSE="doc" DEPEND="app-arch/unzip" RDEPEND="" - -RESTRICT_PYTHON_ABIS="3*" +RESTRICT_PYTHON_ABIS="3.*" src_prepare() { epatch "${FILESDIR}"/${P}-bad-tests.patch |