commit: 7f9aa2b8faf4062a4fbd6b9da9c7e6728ec638ed
Author: Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Tue Dec 28 16:50:58 2021 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Dec 28 16:50:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7f9aa2b8
dev-ruby/rbspy: restrict test if not test ;))
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>
dev-ruby/rbspy/{rbspy-0.10.0-r2.ebuild => rbspy-0.10.0-r3.ebuild} | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-ruby/rbspy/rbspy-0.10.0-r2.ebuild
b/dev-ruby/rbspy/rbspy-0.10.0-r3.ebuild
similarity index 99%
rename from dev-ruby/rbspy/rbspy-0.10.0-r2.ebuild
rename to 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 )"