commit: eeb5f2f70a87ecdb5f55abcc8e7a05cabf573266
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 14 21:41:06 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 14 21:41:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb5f2f7
app-portage/pkg-testing-tools: Stabilize 0.2.6 x86, #953660
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/pkg-testing-tools/pkg-testing-tools-0.2.6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/pkg-testing-tools/pkg-testing-tools-0.2.6.ebuild
b/app-portage/pkg-testing-tools/pkg-testing-tools-0.2.6.ebuild
index 16b7250b0083..15d7d5335ee1 100644
--- a/app-portage/pkg-testing-tools/pkg-testing-tools-0.2.6.ebuild
+++ b/app-portage/pkg-testing-tools/pkg-testing-tools-0.2.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -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