From 6ae148f550fe7242cf3f3cc7286c1e6db88adb6d Mon Sep 17 00:00:00 2001 From: Alexey Zapparov Date: Tue, 28 Dec 2021 17:04:28 +0100 Subject: [PATCH] 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 --- .../rbspy/{rbspy-0.10.0-r1.ebuild => rbspy-0.10.0-r2.ebuild} | 3 +++ 1 file changed, 3 insertions(+) rename dev-ruby/rbspy/{rbspy-0.10.0-r1.ebuild => rbspy-0.10.0-r2.ebuild} (98%) diff --git a/dev-ruby/rbspy/rbspy-0.10.0-r1.ebuild b/dev-ruby/rbspy/rbspy-0.10.0-r2.ebuild similarity index 98% rename from dev-ruby/rbspy/rbspy-0.10.0-r1.ebuild rename to dev-ruby/rbspy/rbspy-0.10.0-r2.ebuild index 659fc7f168..15a1682db0 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 )"