diff options
author | 2009-04-25 14:01:08 +0000 | |
---|---|---|
committer | 2009-04-25 14:01:08 +0000 | |
commit | fb5260537bda5221b4cee61f120c91f89e23b0f5 (patch) | |
tree | cda7d7308c9cf2a59cc732f8e719a35df4383053 /dev-python/beautifulsoup | |
parent | Initial commit. IO-Compress replaces Compress-Zlib, IO-Compress-Zlib, IO-Comp... (diff) | |
download | gentoo-2-fb5260537bda5221b4cee61f120c91f89e23b0f5.tar.gz gentoo-2-fb5260537bda5221b4cee61f120c91f89e23b0f5.tar.bz2 gentoo-2-fb5260537bda5221b4cee61f120c91f89e23b0f5.zip |
stable ppc64, 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 | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog index 6da11ae810fa..d6330665985c 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.14 2009/04/24 14:41:46 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.15 2009/04/25 14:01:08 ranger Exp $ + + 25 Apr 2009; Brent Baude <ranger@gentoo.org> beautifulsoup-3.0.7.ebuild: + stable ppc64, bug 267336 24 Apr 2009; Patrick Lauer <patrick@gentoo.org> -beautifulsoup-3.0.5.ebuild: diff --git a/dev-python/beautifulsoup/beautifulsoup-3.0.7.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.0.7.ebuild index e2a884eeddbb..c11616d457c8 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-2008 Gentoo Foundation +# 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.1 2008/06/25 09:46:05 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.7.ebuild,v 1.2 2009/04/25 14:01:08 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} |