diff options
author | Markus Meier <maekke@gentoo.org> | 2012-11-21 21:46:56 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-11-21 21:46:56 +0000 |
commit | 39bb993f29515960ffca773bb1d2a4dd267b7738 (patch) | |
tree | 4091ea0177dbf030f2474263af14c9f29ddb5bf5 /dev-python/beautifulsoup | |
parent | arm stable, bug #438858 (diff) | |
download | gentoo-2-39bb993f29515960ffca773bb1d2a4dd267b7738.tar.gz gentoo-2-39bb993f29515960ffca773bb1d2a4dd267b7738.tar.bz2 gentoo-2-39bb993f29515960ffca773bb1d2a4dd267b7738.zip |
arm stable, bug #441272
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r-- | dev-python/beautifulsoup/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-4.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog index 4da1cae1812c..05e273c27cc4 100644 --- a/dev-python/beautifulsoup/ChangeLog +++ b/dev-python/beautifulsoup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/beautifulsoup # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.75 2012/11/20 20:52:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.76 2012/11/21 21:46:56 maekke Exp $ + + 21 Nov 2012; Markus Meier <maekke@gentoo.org> beautifulsoup-4.1.3.ebuild: + arm stable, bug #441272 20 Nov 2012; Agostino Sarubbo <ago@gentoo.org> beautifulsoup-4.1.3.ebuild: Stable for x86, wrt bug #441272 diff --git a/dev-python/beautifulsoup/beautifulsoup-4.1.3.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.1.3.ebuild index 8071f3d8b109..51349cfdfcdd 100644 --- a/dev-python/beautifulsoup/beautifulsoup-4.1.3.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-4.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.1.3.ebuild,v 1.5 2012/11/20 20:52:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.1.3.ebuild,v 1.6 2012/11/21 21:46:56 maekke Exp $ EAPI="4" @@ -21,7 +21,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="4" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="doc test" DEPEND="doc? ( dev-python/sphinx ) |