app-portage/pkg-testing-tools: Stabilize 0.2.6 amd64, #953660

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-04-14 22:41:07 +01:00
parent eeb5f2f70a
commit 1844e37b5e

View File

@@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/${REPO}/${PN}"
else
KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86"
KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
SRC_URI="https://github.com/${REPO}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
fi