commit: cec2dd7f337ea5a6c8152e73567e650c47a9ee62
Author: Stephen L Arnold <nerdboy <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 10 06:56:33 2017 +0000
Commit: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
CommitDate: Tue Oct 10 21:14:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec2dd7f
app-misc/vit: add test restriction due to missing test makefile
Package-Manager: Portage-2.3.11, Repoman-2.3.3
app-misc/vit/vit-1.2-r1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/app-misc/vit/vit-1.2-r1.ebuild b/app-misc/vit/vit-1.2-r1.ebuild
index ca5df43d3f3..6ab36054384 100644
--- a/app-misc/vit/vit-1.2-r1.ebuild
+++ b/app-misc/vit/vit-1.2-r1.ebuild
@@ -20,6 +20,8 @@ DEPEND="
dev-perl/Curses"
RDEPEND="${DEPEND}"
+RESTRICT="test" # missing the extra .makefile for extra targets (like test)
+
S="${WORKDIR}/${PN}"
src_prepare() {