From 9ef201ceec7f78f267ee44d6bc1513773d13e2f6 Mon Sep 17 00:00:00 2001 From: Alexey Zapparov Date: Sun, 26 Dec 2021 20:16:54 +0100 Subject: [PATCH] dev-ruby/rbspy: fix QA_FLAGS_IGNORED Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alexey Zapparov --- .../rbspy/{rbspy-0.10.0.ebuild => rbspy-0.10.0-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename dev-ruby/rbspy/{rbspy-0.10.0.ebuild => rbspy-0.10.0-r1.ebuild} (96%) 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 182d049424..659fc7f168 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"