diff options
author | 2024-05-28 21:20:06 +0300 | |
---|---|---|
committer | 2024-05-28 21:20:06 +0300 | |
commit | fbebeef2bfd18b65ab3a734ddd08e7640f658528 (patch) | |
tree | cb17fc9a8e8f37824d6813876c2f506583ccce8c /app-portage/pkg-testing-tools | |
parent | app-accessibility/caribou: Stabilize 0.4.21-r7 x86, #929268 (diff) | |
download | gentoo-fbebeef2bfd18b65ab3a734ddd08e7640f658528.tar.gz gentoo-fbebeef2bfd18b65ab3a734ddd08e7640f658528.tar.bz2 gentoo-fbebeef2bfd18b65ab3a734ddd08e7640f658528.zip |
app-portage/pkg-testing-tools: Stabilize 0.2.5 x86, #932930
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-portage/pkg-testing-tools')
-rw-r--r-- | app-portage/pkg-testing-tools/pkg-testing-tools-0.2.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |