diff options
author | 2009-04-27 19:28:36 +0000 | |
---|---|---|
committer | 2009-04-27 19:28:36 +0000 | |
commit | ea5829b81849fe3f6d8ea46b682e22905a1f62d0 (patch) | |
tree | 6588c0af118c792b82c46a990612d931d7010756 /dev-python/beautifulsoup | |
parent | amd64/x86 stable, bug #267331 (diff) | |
download | gentoo-2-ea5829b81849fe3f6d8ea46b682e22905a1f62d0.tar.gz gentoo-2-ea5829b81849fe3f6d8ea46b682e22905a1f62d0.tar.bz2 gentoo-2-ea5829b81849fe3f6d8ea46b682e22905a1f62d0.zip |
amd64/x86 stable, bug #267336
(Portage version: 2.1.6.11/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.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog index 214d3d5186c9..547b4abf2fab 100644 --- a/dev-python/beautifulsoup/ChangeLog +++ b/dev-python/beautifulsoup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/beautifulsoup # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.16 2009/04/26 19:28:20 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.17 2009/04/27 19:28:36 maekke Exp $ + + 27 Apr 2009; Markus Meier <maekke@gentoo.org> beautifulsoup-3.0.7.ebuild: + --strict amd64/x86 stable, bug #267336 26 Apr 2009; Brent Baude <ranger@gentoo.org> beautifulsoup-3.0.7.ebuild: stable ppc, bug 267336 diff --git a/dev-python/beautifulsoup/beautifulsoup-3.0.7.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.0.7.ebuild index 4e142a59284b..69aa3504a539 100644 --- a/dev-python/beautifulsoup/beautifulsoup-3.0.7.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-3.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.7.ebuild,v 1.3 2009/04/26 19:28:20 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.7.ebuild,v 1.4 2009/04/27 19:28:36 maekke Exp $ NEED_PYTHON="2.3" @@ -14,7 +14,7 @@ HOMEPAGE="http://www.crummy.com/software/BeautifulSoup/" SRC_URI="http://www.crummy.com/software/${MY_PN}/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="" S=${WORKDIR}/${MY_P} |