commit: fbebeef2bfd18b65ab3a734ddd08e7640f658528
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 18:20:06 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May 28 18:20:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbebeef2
app-portage/pkg-testing-tools: Stabilize 0.2.5 x86, #932930
Signed-off-by: Arthur Zamarin <arthurzam <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 18d4b54ecc04..0c382c1d43af 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