Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/rbspy/
Date: Thu, 30 Dec 2021 14:34:38
Message-Id: 1640707476.6ae148f550fe7242cf3f3cc7286c1e6db88adb6d.flow@gentoo
1 commit: 6ae148f550fe7242cf3f3cc7286c1e6db88adb6d
2 Author: Alexey Zapparov <alexey <AT> zapparov <DOT> com>
3 AuthorDate: Tue Dec 28 16:04:28 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 28 16:04:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ae148f5
7
8 dev-ruby/rbspy: fix QA issues
9
10 Bug: https://bugs.gentoo.org/830150
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>
13
14 dev-ruby/rbspy/{rbspy-0.10.0-r1.ebuild => rbspy-0.10.0-r2.ebuild} | 3 +++
15 1 file changed, 3 insertions(+)
16
17 diff --git a/dev-ruby/rbspy/rbspy-0.10.0-r1.ebuild b/dev-ruby/rbspy/rbspy-0.10.0-r2.ebuild
18 similarity index 98%
19 rename from dev-ruby/rbspy/rbspy-0.10.0-r1.ebuild
20 rename to dev-ruby/rbspy/rbspy-0.10.0-r2.ebuild
21 index 659fc7f16..15a1682db 100644
22 --- a/dev-ruby/rbspy/rbspy-0.10.0-r1.ebuild
23 +++ b/dev-ruby/rbspy/rbspy-0.10.0-r2.ebuild
24 @@ -154,3 +154,6 @@ QA_FLAGS_IGNORED="usr/bin/${PN}"
25 LICENSE="Apache-2.0 BSD-2 BSD CDDL ISC MIT"
26 SLOT="0"
27 KEYWORDS="~amd64 ~x86"
28 +IUSE="test"
29 +
30 +BDEPEND="test? ( dev-lang/ruby )"