commit: 9ef201ceec7f78f267ee44d6bc1513773d13e2f6
Author: Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Sun Dec 26 19:16:54 2021 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Dec 26 19:16:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ef201ce
dev-ruby/rbspy: fix QA_FLAGS_IGNORED
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.ebuild => rbspy-0.10.0-r1.ebuild} | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-ruby/rbspy/rbspy-0.10.0.ebuild
b/dev-ruby/rbspy/rbspy-0.10.0-r1.ebuild
similarity index 96%
rename from dev-ruby/rbspy/rbspy-0.10.0.ebuild
rename to dev-ruby/rbspy/rbspy-0.10.0-r1.ebuild
index 182d04942..659fc7f16 100644
--- a/dev-ruby/rbspy/rbspy-0.10.0.ebuild
+++ b/dev-ruby/rbspy/rbspy-0.10.0-r1.ebuild
@@ -143,12 +143,14 @@ CRATES="
inherit cargo
DESCRIPTION="Sampling profiler for Ruby"
-HOMEPAGE="https://rbspy.github.io/"
+HOMEPAGE="https://rbspy.github.io https://github.com/rbspy/rbspy"
SRC_URI="
https://github.com/rbspy/rbspy/archive/refs/tags/v${PV}.tar.gz ->
${P}.tar.gz
$(cargo_crate_uris)
"
+QA_FLAGS_IGNORED="usr/bin/${PN}"
+
LICENSE="Apache-2.0 BSD-2 BSD CDDL ISC MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"