diff options
author | Brent Baude <ranger@gentoo.org> | 2009-04-26 19:28:20 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-04-26 19:28:20 +0000 |
commit | 6f536554cffe5b843489256f3bff41c86e7ccefc (patch) | |
tree | 1a601466936357919b9847ccd5657d8338427f2b /dev-python/beautifulsoup | |
parent | stable ppc, bug 266357 (diff) | |
download | gentoo-2-6f536554cffe5b843489256f3bff41c86e7ccefc.tar.gz gentoo-2-6f536554cffe5b843489256f3bff41c86e7ccefc.tar.bz2 gentoo-2-6f536554cffe5b843489256f3bff41c86e7ccefc.zip |
stable ppc, bug 267336
(Portage version: 2.1.6.11/cvs/Linux ppc64)
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 d6330665985c..214d3d5186c9 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.15 2009/04/25 14:01:08 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.16 2009/04/26 19:28:20 ranger Exp $ + + 26 Apr 2009; Brent Baude <ranger@gentoo.org> beautifulsoup-3.0.7.ebuild: + stable ppc, bug 267336 25 Apr 2009; Brent Baude <ranger@gentoo.org> beautifulsoup-3.0.7.ebuild: stable ppc64, bug 267336 diff --git a/dev-python/beautifulsoup/beautifulsoup-3.0.7.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.0.7.ebuild index c11616d457c8..4e142a59284b 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.2 2009/04/25 14:01:08 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.7.ebuild,v 1.3 2009/04/26 19:28:20 ranger 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} |