diff options
author | 2009-02-03 21:48:16 +0000 | |
---|---|---|
committer | 2009-02-03 21:48:16 +0000 | |
commit | 626093d39386ea735258cdb814cd520b8a55d3a8 (patch) | |
tree | c6b17e702db2447018a0dc6edd067650b48b548e /dev-python/html5lib | |
parent | whitespace (diff) | |
download | historical-626093d39386ea735258cdb814cd520b8a55d3a8.tar.gz historical-626093d39386ea735258cdb814cd520b8a55d3a8.tar.bz2 historical-626093d39386ea735258cdb814cd520b8a55d3a8.zip |
add missing test use flag to IUSE
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.28.1 i686
Diffstat (limited to 'dev-python/html5lib')
-rw-r--r-- | dev-python/html5lib/Manifest | 2 | ||||
-rw-r--r-- | dev-python/html5lib/html5lib-0.11.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/html5lib/Manifest b/dev-python/html5lib/Manifest index 12ecb4f69c39..c2364a1a3856 100644 --- a/dev-python/html5lib/Manifest +++ b/dev-python/html5lib/Manifest @@ -1,4 +1,4 @@ DIST html5lib-0.11.1.zip 375892 RMD160 ac00975e5ea8b20606531e631274c1a8985110c9 SHA1 157506319e40f5d973c128e5e2b826cd1bee471e SHA256 e5a26cb5eda1101871ea3a1199de47311f75e72921583d417b44bcff60f8746e -EBUILD html5lib-0.11.1.ebuild 991 RMD160 a0dfe6109867bc3b668504e01c93d1cc1e909170 SHA1 d35b34f4e6a3815c5f1e402eb14edf9541ee35d2 SHA256 a4396c0de34008763fe2cb121fb51043ae7845af293f74d7370e2f0ff00a88d3 +EBUILD html5lib-0.11.1.ebuild 998 RMD160 465b1e9f176565d67387daf02a6dbe854b52e999 SHA1 52ac88149d686556f313e898b989322e2e95d7c1 SHA256 c71d05628ad432a2b53316173f2a51ac3a2793692192ec1307af2c971114eb69 MISC ChangeLog 443 RMD160 8efb9a7fed860a8ffba26c66f29d2533e35389fb SHA1 ffb8a4cb8294caf51d6a8e1733d1be7d984f8541 SHA256 e49fbc9ead938abb02d54ef49b81f877a9220be6106345df608bd0edb5299a0d MISC metadata.xml 160 RMD160 e730f96ab97c5be577a6d6d05f04990374a0dffb SHA1 2aa5e6be9c265c0e7bceb78ee9fd20df5f818e36 SHA256 6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a 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=" |