From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A36691581D3 for ; Tue, 28 May 2024 18:20:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECA70E2A1A; Tue, 28 May 2024 18:20:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7CA5E2A1A for ; Tue, 28 May 2024 18:20:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19AE033FECD for ; Tue, 28 May 2024 18:20:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5082F1736 for ; Tue, 28 May 2024 18:20:23 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1716920406.fbebeef2bfd18b65ab3a734ddd08e7640f658528.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/pkg-testing-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/pkg-testing-tools/pkg-testing-tools-0.2.5.ebuild X-VCS-Directories: app-portage/pkg-testing-tools/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: fbebeef2bfd18b65ab3a734ddd08e7640f658528 X-VCS-Branch: master Date: Tue, 28 May 2024 18:20:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2e29fbf8-9227-4e6f-863c-923917ca1e98 X-Archives-Hash: a2d39abbed1991234c3a14d989bc5f01 commit: fbebeef2bfd18b65ab3a734ddd08e7640f658528 Author: Arthur Zamarin gentoo org> AuthorDate: Tue May 28 18:20:06 2024 +0000 Commit: Arthur Zamarin gentoo 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 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