diff options
Diffstat (limited to 'app-editors/vis/vis-0.5.ebuild')
-rw-r--r-- | app-editors/vis/vis-0.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-editors/vis/vis-0.5.ebuild b/app-editors/vis/vis-0.5.ebuild index 33e87890b268..8324eff6c8c1 100644 --- a/app-editors/vis/vis-0.5.ebuild +++ b/app-editors/vis/vis-0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ LICENSE="ISC" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+ncurses selinux test tre" +RESTRICT="!test? ( test )" #Note: vis is reported to also work with NetBSD curses #TODO: >=dev-lang/lua-5.2 (needed for syntax highlighting and settings) |