diff options
Diffstat (limited to 'app-editors/vis')
-rw-r--r-- | app-editors/vis/vis-0.5.ebuild | 3 | ||||
-rw-r--r-- | app-editors/vis/vis-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 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) diff --git a/app-editors/vis/vis-9999.ebuild b/app-editors/vis/vis-9999.ebuild index 228e63e98cd8..fb44c4c77d97 100644 --- a/app-editors/vis/vis-9999.ebuild +++ b/app-editors/vis/vis-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ LICENSE="ISC" SLOT="0" KEYWORDS="" 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) |