diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-05 10:19:10 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-05 10:19:10 +0000 |
commit | 34467406a442bdfc73bddf2d055df2bf295ce736 (patch) | |
tree | 461d0a60977f1e2a0e728530c47173661486ea2d /dev-python/beautifulsoup | |
parent | Stable for x86, wrt bug #531124 (diff) | |
download | gentoo-2-34467406a442bdfc73bddf2d055df2bf295ce736.tar.gz gentoo-2-34467406a442bdfc73bddf2d055df2bf295ce736.tar.bz2 gentoo-2-34467406a442bdfc73bddf2d055df2bf295ce736.zip |
Stable for x86, wrt bug #530292
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r-- | dev-python/beautifulsoup/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog index 6f664f339dad..0332f49685f8 100644 --- a/dev-python/beautifulsoup/ChangeLog +++ b/dev-python/beautifulsoup/ChangeLog @@ -1,6 +1,9 @@ # 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.121 2014/12/04 10:00:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.122 2014/12/05 10:19:10 ago Exp $ + + 05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> beautifulsoup-4.3.2.ebuild: + Stable for x86, wrt bug #530292 04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> beautifulsoup-4.3.2.ebuild: Stable for amd64, wrt bug #530292 diff --git a/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild index 2d29f950ed73..1185dcdb4019 100644 --- a/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild @@ -1,6 +1,6 @@ # 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-4.3.2.ebuild,v 1.6 2014/12/04 10:00:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild,v 1.7 2014/12/05 10:19:10 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) @@ -17,7 +17,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" # new html5 awaits keywording of html5lib in Bug 471002 IUSE="doc test" # pending Bug 471002; html5? ( dev-python/html5lib[$(python_gen_usedep 'python{2_6,2_7}' pypy pypy2_0)] ) |