diff options
author | 2010-04-25 14:45:26 +0000 | |
---|---|---|
committer | 2010-04-25 14:45:26 +0000 | |
commit | 08511f4fe022d0118ac51cf1e64d5e58969b5544 (patch) | |
tree | 2ef25c9c7fd71e29f8fa37b2a197d5af1f510e83 /dev-python/html5lib/html5lib-0.90.ebuild | |
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/html5lib-0.90.ebuild')
-rw-r--r-- | dev-python/html5lib/html5lib-0.90.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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]" |