diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-08-25 16:22:11 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-08-25 16:22:11 +0000 |
commit | 49bda441c49e5ef9add24ece6fbefab52f5b5567 (patch) | |
tree | 01826585fb2f4debfddddbd65136c7da5fb5717d /dev-python/html5lib | |
parent | Add ~mips keyword, wrt bug #461346 (diff) | |
download | gentoo-2-49bda441c49e5ef9add24ece6fbefab52f5b5567.tar.gz gentoo-2-49bda441c49e5ef9add24ece6fbefab52f5b5567.tar.bz2 gentoo-2-49bda441c49e5ef9add24ece6fbefab52f5b5567.zip |
Add ~mips keyword, wrt bug #461346
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-python/html5lib')
-rw-r--r-- | dev-python/html5lib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/html5lib/html5lib-1.0_beta3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/html5lib/ChangeLog b/dev-python/html5lib/ChangeLog index fcffe5dbff36..8ef4fd339035 100644 --- a/dev-python/html5lib/ChangeLog +++ b/dev-python/html5lib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/html5lib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.19 2013/08/08 17:48:07 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.20 2013/08/25 16:22:11 pinkbyte Exp $ + + 25 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> html5lib-1.0_beta3.ebuild: + Add ~mips keyword, wrt bug #461346 *html5lib-1.0_beta3 (08 Aug 2013) diff --git a/dev-python/html5lib/html5lib-1.0_beta3.ebuild b/dev-python/html5lib/html5lib-1.0_beta3.ebuild index e59dbf07f8e5..327cf216e139 100644 --- a/dev-python/html5lib/html5lib-1.0_beta3.ebuild +++ b/dev-python/html5lib/html5lib-1.0_beta3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-1.0_beta3.ebuild,v 1.1 2013/08/08 17:48:07 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-1.0_beta3.ebuild,v 1.2 2013/08/25 16:22:11 pinkbyte Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy{1_9,2_0} ) @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-fbsd ~amd64-linux ~x86-fbsd ~x86-linux" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" |