diff options
-rw-r--r-- | dev-python/beautifulsoup/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-2.1.1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-3.0.3.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog index 90a9332c267e..0d6029226708 100644 --- a/dev-python/beautifulsoup/ChangeLog +++ b/dev-python/beautifulsoup/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/beautifulsoup -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.3 2006/08/02 03:35:39 tgall Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.4 2007/01/25 04:58:17 beandog Exp $ + + 25 Jan 2007; Steve Dibb <beandog@gentoo.org> beautifulsoup-2.1.1.ebuild, + beautifulsoup-3.0.3.ebuild: + Add ~amd64, bug 162504 01 Aug 2006; Tom Gall <tgall@gentoo.org> beautifulsoup-3.0.3.ebuild: added ~ppc64 diff --git a/dev-python/beautifulsoup/beautifulsoup-2.1.1.ebuild b/dev-python/beautifulsoup/beautifulsoup-2.1.1.ebuild index 004dafaffced..ce8530bc326a 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 +# Copyright 1999-2007 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.3 2006/06/07 18:47:48 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-2.1.1.ebuild,v 1.4 2007/01/25 04:58:17 beandog Exp $ inherit distutils @@ -13,7 +13,7 @@ SRC_URI="http://www.crummy.com/software/BeautifulSoup/download/2.x/${MY_P}.tar.g LICENSE="PSF-2.3" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=dev-lang/python-2.2" diff --git a/dev-python/beautifulsoup/beautifulsoup-3.0.3.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.0.3.ebuild index 3a9a3fc9d065..6508df1e13f6 100644 --- a/dev-python/beautifulsoup/beautifulsoup-3.0.3.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-3.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.3.ebuild,v 1.2 2006/08/02 03:35:39 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.3.ebuild,v 1.3 2007/01/25 04:58:17 beandog Exp $ inherit distutils @@ -13,7 +13,7 @@ SRC_URI="http://www.crummy.com/software/BeautifulSoup/download/${MY_P}.tar.gz" LICENSE="PSF-2.3" SLOT="0" -KEYWORDS="~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" DEPEND=">=dev-lang/python-2.2" |