diff options
author | 2010-08-31 10:24:02 +0000 | |
---|---|---|
committer | 2010-08-31 10:24:02 +0000 | |
commit | d984e06b8f93c3527b2c9d94043d2848cb60c86a (patch) | |
tree | 5fd447bc53c0eeca5b009f79414ce479fa977e45 /dev-python/html5lib/html5lib-0.90.ebuild | |
parent | Honour LDFLAGS. Fixes bug #334741. (diff) | |
download | gentoo-2-d984e06b8f93c3527b2c9d94043d2848cb60c86a.tar.gz gentoo-2-d984e06b8f93c3527b2c9d94043d2848cb60c86a.tar.bz2 gentoo-2-d984e06b8f93c3527b2c9d94043d2848cb60c86a.zip |
Stable on amd64 wrt bug #335207
(Portage version: 2.2_rc72/cvs/Linux x86_64)
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 4fdfef9f3717..939fd3a2693b 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.2 2010/04/25 14:45:26 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild,v 1.3 2010/08/31 10:24:02 hwoarang 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 ~x86-fbsd" +KEYWORDS="amd64 ~x86 ~x86-fbsd" IUSE="examples" RDEPEND="dev-lang/python[xml]" |