aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Zapparov <alexey@zapparov.com>2021-12-28 17:50:58 +0100
committerAlexey Zapparov <alexey@zapparov.com>2021-12-28 17:50:58 +0100
commit7f9aa2b8faf4062a4fbd6b9da9c7e6728ec638ed (patch)
treee223c46c6701410c5fddc11a36e9289f2c73b1ee
parentdev-ruby/ruby-install: Fix QA violations (diff)
downloadguru-7f9aa2b8.tar.gz
guru-7f9aa2b8.tar.bz2
guru-7f9aa2b8.zip
dev-ruby/rbspy: restrict test if not test ;))
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
-rw-r--r--dev-ruby/rbspy/rbspy-0.10.0-r3.ebuild (renamed from dev-ruby/rbspy/rbspy-0.10.0-r2.ebuild)2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-ruby/rbspy/rbspy-0.10.0-r2.ebuild b/dev-ruby/rbspy/rbspy-0.10.0-r3.ebuild
index 15a1682db..3031a59fc 100644
--- a/dev-ruby/rbspy/rbspy-0.10.0-r2.ebuild
+++ b/dev-ruby/rbspy/rbspy-0.10.0-r3.ebuild
@@ -156,4 +156,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
+RESTRICT="!test? ( test )"
+
BDEPEND="test? ( dev-lang/ruby )"