diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-02-13 12:28:48 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-02-13 12:28:48 +0000 |
commit | f2ef0c895331f3b11f476978d8cbd34af399baf8 (patch) | |
tree | 52520f28cad7fdb299d767e00c1dfa1a1aea90d4 /dev-python/beautifulsoup | |
parent | stable x86, bug 354559 (diff) | |
download | gentoo-2-f2ef0c895331f3b11f476978d8cbd34af399baf8.tar.gz gentoo-2-f2ef0c895331f3b11f476978d8cbd34af399baf8.tar.bz2 gentoo-2-f2ef0c895331f3b11f476978d8cbd34af399baf8.zip |
alpha/ia64/sparc stable wrt #352735
(Portage version: 2.1.9.25/cvs/Linux ia64)
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r-- | dev-python/beautifulsoup/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog index 5d0a6aa939b8..ca5bc4c53c44 100644 --- a/dev-python/beautifulsoup/ChangeLog +++ b/dev-python/beautifulsoup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/beautifulsoup # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.49 2011/01/30 17:44:33 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.50 2011/02/13 12:28:48 armin76 Exp $ + + 13 Feb 2011; Raúl Porcel <armin76@gentoo.org> beautifulsoup-3.2.0.ebuild: + alpha/ia64/sparc stable wrt #352735 30 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> beautifulsoup-3.1.0.1-r1.ebuild, beautifulsoup-3.2.0.ebuild: diff --git a/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild index e5226b6747e7..ca71d59c12e7 100644 --- a/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild,v 1.4 2011/01/30 17:44:33 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild,v 1.5 2011/02/13 12:28:48 armin76 Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -18,7 +18,7 @@ SRC_URI="http://www.crummy.com/software/${MY_PN}/download/3.x/${MY_P}.tar.gz" LICENSE="PSF-2.3" SLOT="python-2" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" DEPEND="" |