diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-03-27 13:33:07 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-03-27 13:33:07 +0000 |
commit | 962be5fe4fdb844241b84df8bc0e59620bdabba9 (patch) | |
tree | 3a337d04f79dd3348ab1e8778b5fc23a2cbf5105 /dev-python/html5lib | |
parent | Remove dev-ruby/railties:3.0 due to lack of upstream support (diff) | |
download | gentoo-2-962be5fe4fdb844241b84df8bc0e59620bdabba9.tar.gz gentoo-2-962be5fe4fdb844241b84df8bc0e59620bdabba9.tar.bz2 gentoo-2-962be5fe4fdb844241b84df8bc0e59620bdabba9.zip |
Add ~arm keyword, wrt bug #461346
(Portage version: 2.2.0_alpha168/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-0.95-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/html5lib/ChangeLog b/dev-python/html5lib/ChangeLog index d8a1b22f6c68..eb5aacb7d521 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.12 2013/01/19 12:45:12 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.13 2013/03/27 13:33:07 pinkbyte Exp $ + + 27 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> html5lib-0.95-r1.ebuild: + Add ~arm keyword, wrt bug #461346 *html5lib-0.95-r1 (19 Jan 2013) diff --git a/dev-python/html5lib/html5lib-0.95-r1.ebuild b/dev-python/html5lib/html5lib-0.95-r1.ebuild index c0f1b2f2808d..1bd095369d28 100644 --- a/dev-python/html5lib/html5lib-0.95-r1.ebuild +++ b/dev-python/html5lib/html5lib-0.95-r1.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-0.95-r1.ebuild,v 1.1 2013/01/19 12:45:12 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.95-r1.ebuild,v 1.2 2013/03/27 13:33:07 pinkbyte Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd" IUSE="test" # unittest2 used by our python_test() |