diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-10-06 20:12:04 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-10-06 20:12:04 +0000 |
commit | 0235ab4e05e104f0ccce2f7529c80c67f48927f0 (patch) | |
tree | b39e46778ce5b8c4833f7d876b06afa7857fd3e8 /dev-python | |
parent | ppc stable, bug #190238 (diff) | |
download | gentoo-2-0235ab4e05e104f0ccce2f7529c80c67f48927f0.tar.gz gentoo-2-0235ab4e05e104f0ccce2f7529c80c67f48927f0.tar.bz2 gentoo-2-0235ab4e05e104f0ccce2f7529c80c67f48927f0.zip |
ppc stable, bug #190238
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/beautifulsoup/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-3.0.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog index f65807d1540f..d275e9e4341d 100644 --- a/dev-python/beautifulsoup/ChangeLog +++ b/dev-python/beautifulsoup/ChangeLog @@ -1,6 +1,10 @@ # 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.9 2007/09/10 20:40:10 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.10 2007/10/06 20:12:04 dertobi123 Exp $ + + 06 Oct 2007; Tobias Scherbaum <dertobi123@gentoo.org> + beautifulsoup-3.0.4.ebuild: + ppc stable, bug #190238 10 Sep 2007; Markus Meier <maekke@gentoo.org> beautifulsoup-3.0.4.ebuild: stable on x86, wrt bug #190238 diff --git a/dev-python/beautifulsoup/beautifulsoup-3.0.4.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.0.4.ebuild index b6a0d591b5a8..64450a680cef 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.4 2007/09/10 20:40:10 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.4.ebuild,v 1.5 2007/10/06 20:12:04 dertobi123 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 ~ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd" IUSE="" src_test() { |