commit: 6ae148f550fe7242cf3f3cc7286c1e6db88adb6d Author: Alexey Zapparov <alexey <AT> zapparov <DOT> com> AuthorDate: Tue Dec 28 16:04:28 2021 +0000 Commit: Alexey Zapparov <alexey <AT> zapparov <DOT> com> CommitDate: Tue Dec 28 16:04:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ae148f5
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 <AT> zapparov.com> dev-ruby/rbspy/{rbspy-0.10.0-r1.ebuild => rbspy-0.10.0-r2.ebuild} | 3 +++ 1 file changed, 3 insertions(+) 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 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 )"