app-misc/vit: add test restriction due to missing test makefile
authorStephen L Arnold <nerdboy@gentoo.org>
Tue, 10 Oct 2017 06:56:33 +0000 (23:56 -0700)
committerStephen L Arnold <nerdboy@gentoo.org>
Tue, 10 Oct 2017 21:14:38 +0000 (14:14 -0700)
Package-Manager: Portage-2.3.11, Repoman-2.3.3

app-misc/vit/vit-1.2-r1.ebuild

index ca5df43d3f3ebbc058ea19195f716dd359766e99..6ab3605438423db280b0266565b18e40d6c1104c 100644 (file)
@@ -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() {