summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-07-23 12:45:17 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-07-23 20:38:57 +0200
commita1b6bcf6be634311eaec83fda15705d02fc8512c (patch)
tree2e8c2ea6772160533d286892e7ec8b3f9a35a2d2 /dev-python/ansi2html/ansi2html-1.1.1.ebuild
parentsys-auth/pam_skey: Convert to readme.gentoo-r1.eclass. (diff)
downloadgentoo-a1b6bcf6be634311eaec83fda15705d02fc8512c.tar.gz
gentoo-a1b6bcf6be634311eaec83fda15705d02fc8512c.tar.bz2
gentoo-a1b6bcf6be634311eaec83fda15705d02fc8512c.zip
dev-python/ansi2html: Restrict tests.
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-python/ansi2html/ansi2html-1.1.1.ebuild')
-rw-r--r--dev-python/ansi2html/ansi2html-1.1.1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/ansi2html/ansi2html-1.1.1.ebuild b/dev-python/ansi2html/ansi2html-1.1.1.ebuild
index 042faffc45b9..135962c03ed2 100644
--- a/dev-python/ansi2html/ansi2html-1.1.1.ebuild
+++ b/dev-python/ansi2html/ansi2html-1.1.1.ebuild
@@ -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}]"