aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Zapparov <alexey@zapparov.com>2021-12-28 17:04:28 +0100
committerAlexey Zapparov <alexey@zapparov.com>2021-12-28 17:04:36 +0100
commit6ae148f550fe7242cf3f3cc7286c1e6db88adb6d (patch)
treec62efaa5fe0e48c9cb250731937ed1535464c29a
parentdev-libs/open62541: Drop old (diff)
downloadguru-6ae148f5.tar.gz
guru-6ae148f5.tar.bz2
guru-6ae148f5.zip
dev-ruby/rbspy: fix QA issues
Bug: https://bugs.gentoo.org/830150 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-r2.ebuild (renamed from dev-ruby/rbspy/rbspy-0.10.0-r1.ebuild)3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-ruby/rbspy/rbspy-0.10.0-r1.ebuild b/dev-ruby/rbspy/rbspy-0.10.0-r2.ebuild
index 659fc7f16..15a1682db 100644
--- a/dev-ruby/rbspy/rbspy-0.10.0-r1.ebuild
+++ b/dev-ruby/rbspy/rbspy-0.10.0-r2.ebuild
@@ -154,3 +154,6 @@ QA_FLAGS_IGNORED="usr/bin/${PN}"
LICENSE="Apache-2.0 BSD-2 BSD CDDL ISC MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+BDEPEND="test? ( dev-lang/ruby )"