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 BD7091581FB for ; Sat, 24 Aug 2024 18:09:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB567E29E3; Sat, 24 Aug 2024 18:09:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 BCA1BE29E3 for ; Sat, 24 Aug 2024 18:09:13 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE761335DEB for ; Sat, 24 Aug 2024 18:09:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 596121F07 for ; Sat, 24 Aug 2024 18:09:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1724522935.272b325dd4bb42a4cb2e7cd46cf53fd934f61c6a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pkgdev/pkgdev-0.2.10-r1.ebuild X-VCS-Directories: dev-util/pkgdev/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 272b325dd4bb42a4cb2e7cd46cf53fd934f61c6a X-VCS-Branch: master Date: Sat, 24 Aug 2024 18:09:11 +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: 6bef6c56-30fa-44ba-89dd-17388eec0a5f X-Archives-Hash: e91e3a3c0125fee238b8cb78632dd34d commit: 272b325dd4bb42a4cb2e7cd46cf53fd934f61c6a Author: Sam James gentoo org> AuthorDate: Sat Aug 24 18:08:55 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 24 18:08:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=272b325d dev-util/pkgdev: Stabilize 0.2.10-r1 ALLARCHES, #938354 Signed-off-by: Sam James gentoo.org> dev-util/pkgdev/pkgdev-0.2.10-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/pkgdev/pkgdev-0.2.10-r1.ebuild b/dev-util/pkgdev/pkgdev-0.2.10-r1.ebuild index 04b9b310c02c..5a2fba112b5e 100644 --- a/dev-util/pkgdev/pkgdev-0.2.10-r1.ebuild +++ b/dev-util/pkgdev/pkgdev-0.2.10-r1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else inherit pypi - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" + KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" fi DESCRIPTION="Collection of tools for Gentoo development"