diff options
Diffstat (limited to 'dev-python/beautifulsoup/beautifulsoup-3.0.4.ebuild')
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-3.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/beautifulsoup/beautifulsoup-3.0.4.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.0.4.ebuild index c1c2a4f2216c..efdf3c16b42c 100644 --- a/dev-python/beautifulsoup/beautifulsoup-3.0.4.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-3.0.4.ebuild @@ -1,6 +1,6 @@ # 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.4.ebuild,v 1.2 2007/07/15 18:54:01 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.4.ebuild,v 1.3 2007/08/25 22:46:56 beandog Exp $ NEED_PYTHON=2.3 @@ -15,7 +15,7 @@ SRC_URI="http://www.crummy.com/software/BeautifulSoup/download/${MY_P}.tar.gz" LICENSE="PSF-2.3" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~ppc" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="" src_test() { |