projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4863fe5
)
app-shells/rush: Restrict tests
author
Lars Wendler
<polynomial-c@gentoo.org>
Tue, 9 Jul 2019 20:25:11 +0000
(22:25 +0200)
committer
Lars Wendler
<polynomial-c@gentoo.org>
Tue, 9 Jul 2019 20:25:28 +0000
(22:25 +0200)
Closes: https://bugs.gentoo.org/689554
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
app-shells/rush/rush-2.0.ebuild
patch
|
blob
|
history
diff --git
a/app-shells/rush/rush-2.0.ebuild
b/app-shells/rush/rush-2.0.ebuild
index 7aa729941079a80f4bd19042f6d3341ac51e741c..cabf20f3885d43abbe6cc0a640fe923799d83c5c 100644
(file)
--- a/
app-shells/rush/rush-2.0.ebuild
+++ b/
app-shells/rush/rush-2.0.ebuild
@@
-17,6
+17,9
@@
BDEPEND="
nls? ( sys-devel/gettext )
"
+# Testsuite doesn't like our sandbox (bug #689554)
+RESTRICT="test"
+
src_configure() {
local myeconfargs=(
$(use_enable nls)