dev-debug/rr: Stabilize 5.9.0-r1 amd64, #970948

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-06-11 18:50:56 +01:00
parent db827d1081
commit 8e42b819d0

View File

@@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/rr-debugger/${PN}/archive/${PV}.tar.gz -> mozilla-${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
KEYWORDS="amd64 ~arm64 ~x86"
fi
# rr itself is MIT and BSD-2, but there's various bits under third-party too.