diff options
author | 2009-02-03 21:48:16 +0000 | |
---|---|---|
committer | 2009-02-03 21:48:16 +0000 | |
commit | 4a1f63a859c0bedf67e2a3d1fa155134ff421802 (patch) | |
tree | 97c3f4a31fc187842cd2ecd0ac78f70922251d2c /dev-python/html5lib | |
parent | whitespace (diff) | |
download | gentoo-2-4a1f63a859c0bedf67e2a3d1fa155134ff421802.tar.gz gentoo-2-4a1f63a859c0bedf67e2a3d1fa155134ff421802.tar.bz2 gentoo-2-4a1f63a859c0bedf67e2a3d1fa155134ff421802.zip |
add missing test use flag to IUSE
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Diffstat (limited to 'dev-python/html5lib')
-rw-r--r-- | dev-python/html5lib/html5lib-0.11.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/html5lib/html5lib-0.11.1.ebuild b/dev-python/html5lib/html5lib-0.11.1.ebuild index 326158bd9117..d2ba79ad6208 100644 --- a/dev-python/html5lib/html5lib-0.11.1.ebuild +++ b/dev-python/html5lib/html5lib-0.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.11.1.ebuild,v 1.1 2009/02/03 19:45:28 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.11.1.ebuild,v 1.2 2009/02/03 21:48:16 mr_bones_ Exp $ EAPI="2" @@ -14,7 +14,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.zip" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="examples" +IUSE="examples test" # simplejson will be bundled with python 2.6 RDEPEND=" |