diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-23 15:06:46 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-23 15:06:46 +0000 |
commit | 1c7d705344198580f53c99d225c01a4781de0f3c (patch) | |
tree | 23d59365091ca75533f6503d9905104fdd9cad6f /dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild | |
parent | Version bump. (diff) | |
download | historical-1c7d705344198580f53c99d225c01a4781de0f3c.tar.gz historical-1c7d705344198580f53c99d225c01a4781de0f3c.tar.bz2 historical-1c7d705344198580f53c99d225c01a4781de0f3c.zip |
Change slots ("3.0" -> "python-2", "3.1" -> "python-3").
Package-Manager: portage-2.2.0_alpha10_p4/cvs/Linux x86_64
Diffstat (limited to 'dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild')
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild | 9 |
1 files changed, 4 insertions, 5 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 da1231cd0a9e..48b04330d96b 100644 --- a/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2010 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.6 2010/06/18 11:07:50 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild,v 1.7 2010/12/23 15:06:46 arfrever Exp $ EAPI="3" PYTHON_DEPEND="3" SUPPORT_PYTHON_ABIS="1" -# Avoid collisions with 3.0 slot. +# Avoid collisions with python-2 slot. RESTRICT_PYTHON_ABIS="2.*" inherit distutils eutils @@ -18,13 +18,12 @@ HOMEPAGE="http://www.crummy.com/software/BeautifulSoup/ http://pypi.python.org/p SRC_URI="http://www.crummy.com/software/${MY_PN}/download/${MY_P}.tar.gz" LICENSE="PSF-2.3" -SLOT="3.1" +SLOT="python-3" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" IUSE="" DEPEND="" -RDEPEND="!dev-python/beautifulsoup:0 - dev-python/beautifulsoup:3.0" +RDEPEND="!dev-python/beautifulsoup:0" S="${WORKDIR}/${MY_P}" |