commit: cf777c07d7c85f8a78dbc196c56aa751bf174593
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 12:34:16 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 28 12:34:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf777c07
app-portage/pkg-testing-tools: Stabilize 0.2.5 amd64, #932930
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/pkg-testing-tools/pkg-testing-tools-0.2.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/pkg-testing-tools/pkg-testing-tools-0.2.5.ebuild
b/app-portage/pkg-testing-tools/pkg-testing-tools-0.2.5.ebuild
index c8cd079994a1..18d4b54ecc04 100644
--- a/app-portage/pkg-testing-tools/pkg-testing-tools-0.2.5.ebuild
+++ b/app-portage/pkg-testing-tools/pkg-testing-tools-0.2.5.ebuild
@@ -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/APN-Pucky/${PN}/archive/refs/tags/v${PV}.tar.gz ->
${P}.gh.tar.gz"
fi