diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-21 02:12:08 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-21 02:12:08 +0000 |
commit | 99a219f3910627d70897fe215e53e2ed54250b79 (patch) | |
tree | 6f9b5f458734e2dc8ccd564bd0b3b6bc981c2692 /dev-python/beautifulsoup | |
parent | Change dependencies. (diff) | |
download | gentoo-2-99a219f3910627d70897fe215e53e2ed54250b79.tar.gz gentoo-2-99a219f3910627d70897fe215e53e2ed54250b79.tar.bz2 gentoo-2-99a219f3910627d70897fe215e53e2ed54250b79.zip |
Change dependencies.
(Portage version: 15123-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild index 770911873fe0..57ec2d57bc47 100644 --- a/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild,v 1.1 2009/12/21 00:13:11 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild,v 1.2 2009/12/21 02:12:08 arfrever Exp $ EAPI="2" NEED_PYTHON="3.0" @@ -21,7 +21,8 @@ KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd IUSE="" DEPEND="" -RDEPEND="!dev-python/beautifulsoup:0" +RDEPEND="!dev-python/beautifulsoup:0 + dev-python/beautifulsoup:3.0" # Avoid collisions with 3.0 slot. RESTRICT_PYTHON_ABIS="2.*" |