diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2010-04-25 14:45:26 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2010-04-25 14:45:26 +0000 |
commit | 08511f4fe022d0118ac51cf1e64d5e58969b5544 (patch) | |
tree | 2ef25c9c7fd71e29f8fa37b2a197d5af1f510e83 /dev-python/html5lib | |
parent | Keyworded ~x86-fbsd. (diff) | |
download | gentoo-2-08511f4fe022d0118ac51cf1e64d5e58969b5544.tar.gz gentoo-2-08511f4fe022d0118ac51cf1e64d5e58969b5544.tar.bz2 gentoo-2-08511f4fe022d0118ac51cf1e64d5e58969b5544.zip |
Keyworded ~x86-fbsd.
(Portage version: 2.2_rc67/cvs/FreeBSD i386)
Diffstat (limited to 'dev-python/html5lib')
-rw-r--r-- | dev-python/html5lib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/html5lib/html5lib-0.90.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/html5lib/ChangeLog b/dev-python/html5lib/ChangeLog index ba5dc421cc99..3548d39577fd 100644 --- a/dev-python/html5lib/ChangeLog +++ b/dev-python/html5lib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/html5lib # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.4 2010/01/18 18:38:15 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.5 2010/04/25 14:45:26 the_paya Exp $ + + 25 Apr 2010; Javier Villavicencio <the_paya@gentoo.org> + html5lib-0.90.ebuild: + Keyworded ~x86-fbsd. *html5lib-0.90 (18 Jan 2010) diff --git a/dev-python/html5lib/html5lib-0.90.ebuild b/dev-python/html5lib/html5lib-0.90.ebuild index f470d6320d29..4fdfef9f3717 100644 --- a/dev-python/html5lib/html5lib-0.90.ebuild +++ b/dev-python/html5lib/html5lib-0.90.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild,v 1.1 2010/01/18 18:38:15 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild,v 1.2 2010/04/25 14:45:26 the_paya Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.zip" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="examples" RDEPEND="dev-lang/python[xml]" |