diff options
author | 2014-02-11 15:03:16 +0000 | |
---|---|---|
committer | 2014-02-11 15:03:16 +0000 | |
commit | b7623107c6bc95ee0012cba335f296bab93bc7ff (patch) | |
tree | 260f92d8a94bc1c121cab25518c1b3a7ed291168 /dev-python/beautifulsoup | |
parent | ia64 stable wrt bug #471402 (diff) | |
download | gentoo-2-b7623107c6bc95ee0012cba335f296bab93bc7ff.tar.gz gentoo-2-b7623107c6bc95ee0012cba335f296bab93bc7ff.tar.bz2 gentoo-2-b7623107c6bc95ee0012cba335f296bab93bc7ff.zip |
ia64 stable wrt bug #474178
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r-- | dev-python/beautifulsoup/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-4.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog index 36b3a4ce675a..27842740e5e3 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.107 2014/01/21 04:59:20 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.108 2014/02/11 15:03:16 hattya Exp $ + + 11 Feb 2014; Akinori Hattori <hattya@gentoo.org> beautifulsoup-4.2.0.ebuild: + ia64 stable wrt bug #474178 21 Jan 2014; Patrick Lauer <patrick@gentoo.org> beautifulsoup-4.2.0.ebuild, beautifulsoup-4.2.1.ebuild, beautifulsoup-4.3.2.ebuild: diff --git a/dev-python/beautifulsoup/beautifulsoup-4.2.0.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.2.0.ebuild index 9a75687a1c44..1169da25ccdd 100644 --- a/dev-python/beautifulsoup/beautifulsoup-4.2.0.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-4.2.0.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.2.0.ebuild,v 1.5 2014/01/21 04:59:20 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.2.0.ebuild,v 1.6 2014/02/11 15:03:16 hattya Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) @@ -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}' pypy2_0)] ) |