diff options
author | Markus Meier <maekke@gentoo.org> | 2010-02-07 19:53:26 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-02-07 19:53:26 +0000 |
commit | feb0cb65560b0b216d2ae56db9fa8fca93109c79 (patch) | |
tree | 7d4c3063a5696989b1334b2295b6acd39ef8a103 /dev-python | |
parent | x86 stable, bug #301951 (diff) | |
download | gentoo-2-feb0cb65560b0b216d2ae56db9fa8fca93109c79.tar.gz gentoo-2-feb0cb65560b0b216d2ae56db9fa8fca93109c79.tar.bz2 gentoo-2-feb0cb65560b0b216d2ae56db9fa8fca93109c79.zip |
amd64/x86 stable, bug #301954
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/beautifulsoup/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-3.0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog index 5164ea3c50e6..84b423549ef1 100644 --- a/dev-python/beautifulsoup/ChangeLog +++ b/dev-python/beautifulsoup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/beautifulsoup # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.29 2010/01/26 18:30:10 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.30 2010/02/07 19:53:26 maekke Exp $ + + 07 Feb 2010; Markus Meier <maekke@gentoo.org> beautifulsoup-3.0.8.ebuild: + amd64/x86 stable, bug #301954 26 Jan 2010; Fabian Groffen <grobian@gentoo.org> beautifulsoup-3.0.8.ebuild, beautifulsoup-3.1.0.1-r1.ebuild: diff --git a/dev-python/beautifulsoup/beautifulsoup-3.0.8.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.0.8.ebuild index a024e260cd8e..4cb8522632da 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-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.4 2010/01/26 18:30:10 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.ebuild,v 1.5 2010/02/07 19:53:26 maekke 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 ~amd64-linux" +KEYWORDS="amd64 hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux" IUSE="" DEPEND="" |