diff options
Diffstat (limited to 'dev-python/beautifulsoup/beautifulsoup-3.0.3.ebuild')
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-3.0.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |