projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1321b3e
)
app-misc/vit: add test restriction due to missing test makefile
author
Stephen L Arnold
<nerdboy@gentoo.org>
Tue, 10 Oct 2017 06:56:33 +0000
(23:56 -0700)
committer
Stephen 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
patch
|
blob
|
history
diff --git
a/app-misc/vit/vit-1.2-r1.ebuild
b/app-misc/vit/vit-1.2-r1.ebuild
index ca5df43d3f3ebbc058ea19195f716dd359766e99..6ab3605438423db280b0266565b18e40d6c1104c 100644
(file)
--- 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() {