diff options
author | Joseph Jezak <josejx@gentoo.org> | 2010-02-10 04:13:24 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2010-02-10 04:13:24 +0000 |
commit | a41613339deb8353370e80eac522ed86e3fcac10 (patch) | |
tree | 6b21e0907792c3d07c5a3ae440d1619ef5129828 /dev-python/beautifulsoup | |
parent | Marked ppc stable for bug #301961. (diff) | |
download | gentoo-2-a41613339deb8353370e80eac522ed86e3fcac10.tar.gz gentoo-2-a41613339deb8353370e80eac522ed86e3fcac10.tar.bz2 gentoo-2-a41613339deb8353370e80eac522ed86e3fcac10.zip |
Marked ppc stable for bug #301954.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r-- | dev-python/beautifulsoup/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-3.0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog index 84b423549ef1..c42118d061cb 100644 --- a/dev-python/beautifulsoup/ChangeLog +++ b/dev-python/beautifulsoup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/beautifulsoup # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.30 2010/02/07 19:53:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.31 2010/02/10 04:13:24 josejx Exp $ + + 10 Feb 2010; Joseph Jezak <josejx@gentoo.org> beautifulsoup-3.0.8.ebuild: + Marked ppc stable for bug #301954. 07 Feb 2010; Markus Meier <maekke@gentoo.org> beautifulsoup-3.0.8.ebuild: amd64/x86 stable, bug #301954 diff --git a/dev-python/beautifulsoup/beautifulsoup-3.0.8.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.0.8.ebuild index 4cb8522632da..5d938ee19c5d 100644 --- a/dev-python/beautifulsoup/beautifulsoup-3.0.8.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-3.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.ebuild,v 1.5 2010/02/07 19:53:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.ebuild,v 1.6 2010/02/10 04:13:24 josejx Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -16,7 +16,7 @@ SRC_URI="http://www.crummy.com/software/${MY_PN}/download/3.x/${MY_P}.tar.gz" LICENSE="PSF-2.3" SLOT="3.0" -KEYWORDS="amd64 hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux" +KEYWORDS="amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux" IUSE="" DEPEND="" |