diff options
author | Tom Gall <tgall@gentoo.org> | 2010-01-24 05:51:39 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2010-01-24 05:51:39 +0000 |
commit | b008822565c163c4adf4584b9196e1c4df33b4e6 (patch) | |
tree | 9b4d068328ffe2449ff73939c230ae3691b28250 /dev-python/beautifulsoup | |
parent | stable on ppc64, bug #201960 (diff) | |
download | gentoo-2-b008822565c163c4adf4584b9196e1c4df33b4e6.tar.gz gentoo-2-b008822565c163c4adf4584b9196e1c4df33b4e6.tar.bz2 gentoo-2-b008822565c163c4adf4584b9196e1c4df33b4e6.zip |
stable on ppc64, bug 301954
(Portage version: 2.1.7.16/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.8.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog index 54fa24bdc70b..bb7fb7b0eb46 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.26 2009/12/21 00:13:11 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.27 2010/01/24 05:51:39 tgall Exp $ + + 23 Jan 2010; Tom Gall <tgall@gentoo.org> beautifulsoup-3.0.8.ebuild + stable on ppc64, bug #301954 *beautifulsoup-3.1.0.1-r1 (21 Dec 2009) *beautifulsoup-3.0.8 (21 Dec 2009) diff --git a/dev-python/beautifulsoup/beautifulsoup-3.0.8.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.0.8.ebuild index 159db9d86d99..7d4d31662694 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-2009 Gentoo Foundation +# 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.1 2009/12/21 00:13:11 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.ebuild,v 1.2 2010/01/24 05:51:39 tgall 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" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="" |