diff options
author | Marien Zwart <marienz@gentoo.org> | 2006-06-06 09:11:33 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2006-06-06 09:11:33 +0000 |
commit | 8b25956c292b9430513240363fb7cfcf83cb955f (patch) | |
tree | 88b69b52a353aae4e679df153ade6d3f41e77b81 | |
parent | reflect various build time options, fixes #121125 (diff) | |
download | gentoo-2-8b25956c292b9430513240363fb7cfcf83cb955f.tar.gz gentoo-2-8b25956c292b9430513240363fb7cfcf83cb955f.tar.bz2 gentoo-2-8b25956c292b9430513240363fb7cfcf83cb955f.zip |
Use dev-lang/python instead of virtual/python, explicitly set RDEPEND.
(Portage version: 2.1_rc4-r2)
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-2.1.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/beautifulsoup/beautifulsoup-2.1.1.ebuild b/dev-python/beautifulsoup/beautifulsoup-2.1.1.ebuild index e7dafb1bf463..1c04862360da 100644 --- a/dev-python/beautifulsoup/beautifulsoup-2.1.1.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-2.1.1.ebuild,v 1.1 2006/05/25 16:10:33 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-2.1.1.ebuild,v 1.2 2006/06/06 09:11:33 marienz Exp $ inherit distutils @@ -16,4 +16,5 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND=">=virtual/python-2.2" +DEPEND=">=dev-lang/python-2.2" +RDEPEND="${DEPEND}" |