diff options
author | 2007-08-25 22:46:56 +0000 | |
---|---|---|
committer | 2007-08-25 22:46:56 +0000 | |
commit | f9764a57ade04f3ae26db93e0940080fe074ac11 (patch) | |
tree | 16f207b64b114717eb3296f4af17165c7f4095a8 /dev-python/beautifulsoup | |
parent | arm/sh stable (diff) | |
download | historical-f9764a57ade04f3ae26db93e0940080fe074ac11.tar.gz historical-f9764a57ade04f3ae26db93e0940080fe074ac11.tar.bz2 historical-f9764a57ade04f3ae26db93e0940080fe074ac11.zip |
amd64 stable, bug 190238
Package-Manager: portage-2.1.2.12
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r-- | dev-python/beautifulsoup/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-3.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog index 057371cb061c..05bb6f97f97c 100644 --- a/dev-python/beautifulsoup/ChangeLog +++ b/dev-python/beautifulsoup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/beautifulsoup # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.7 2007/07/15 18:54:01 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.8 2007/08/25 22:46:56 beandog Exp $ + + 25 Aug 2007; Steve Dibb <beandog@gentoo.org> beautifulsoup-3.0.4.ebuild: + amd64 stable, bug 190238 15 Jul 2007; Robert Buchholz <rbu@gentoo.org> beautifulsoup-3.0.4.ebuild: Adding ~ppc (bug #185159) 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() { |