diff options
author | Markus Meier <maekke@gentoo.org> | 2014-01-18 15:56:43 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-01-18 15:56:43 +0000 |
commit | f811fef88bd76599092744e314631f7f71753503 (patch) | |
tree | 6b00ec9b104ffd7a2b7be9745110843cb9e968a2 /dev-python/beautifulsoup | |
parent | arm stable, bug #450174 (diff) | |
download | gentoo-2-f811fef88bd76599092744e314631f7f71753503.tar.gz gentoo-2-f811fef88bd76599092744e314631f7f71753503.tar.bz2 gentoo-2-f811fef88bd76599092744e314631f7f71753503.zip |
arm stable, bug #450174
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r-- | dev-python/beautifulsoup/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog index 1170a5eacb77..ecd07ecfec9b 100644 --- a/dev-python/beautifulsoup/ChangeLog +++ b/dev-python/beautifulsoup/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/beautifulsoup # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.105 2014/01/18 15:56:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.106 2014/01/18 15:56:43 maekke Exp $ + + 18 Jan 2014; Markus Meier <maekke@gentoo.org> + beautifulsoup-3.1.0.1-r2.ebuild: + arm stable, bug #450174 18 Jan 2014; Markus Meier <maekke@gentoo.org> beautifulsoup-3.2.1-r1.ebuild: arm stable, bug #450174 diff --git a/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild index d47446fdd7b2..e2dbe397799c 100644 --- a/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild,v 1.10 2013/09/05 18:46:14 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild,v 1.11 2014/01/18 15:56:43 maekke Exp $ EAPI="5" # A few tests fail with python3.3 :( @@ -17,7 +17,7 @@ SRC_URI="http://www.crummy.com/software/${MY_PN}/download/${MY_P}.tar.gz" LICENSE="BSD" SLOT="python-3" -KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~hppa ia64 ppc ~ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" IUSE="" DEPEND="" |