dev-python/ansi2html: Restrict tests.
authorPatrice Clement <monsieurp@gentoo.org>
Sat, 23 Jul 2016 10:45:17 +0000 (12:45 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 23 Jul 2016 18:38:57 +0000 (20:38 +0200)
Package-Manager: portage-2.2.28

dev-python/ansi2html/ansi2html-1.1.1.ebuild

index 042faffc45b9204dc7ce42274306855f7dafe1c2..135962c03ed20c44f4a7c912b6af3f237b4d3887 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,6 +17,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE="test"
 
+# They miserably fail.
+RESTRICT="test"
+
 RDEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
        >=dev-python/six-1.7.3[${PYTHON_USEDEP}]"