From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 074D8158074 for ; Fri, 04 Jul 2025 17:46:50 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E5343341F06 for ; Fri, 04 Jul 2025 17:46:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DD99A11028B; Fri, 04 Jul 2025 17:46:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 bobolink.gentoo.org (Postfix) with ESMTPS id D3C5011028B for ; Fri, 04 Jul 2025 17:46:48 +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 7D040342088 for ; Fri, 04 Jul 2025 17:46:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D58CA26AD for ; Fri, 04 Jul 2025 17:46:46 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1751651204.964c7ea6ef10bc91c283b1585a712acdf4d4bff7.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/facter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/facter/facter-4.10.0.ebuild X-VCS-Directories: dev-ruby/facter/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 964c7ea6ef10bc91c283b1585a712acdf4d4bff7 X-VCS-Branch: master Date: Fri, 04 Jul 2025 17:46:46 +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: 67db801f-7b73-4da5-9105-5ad8bad50ad3 X-Archives-Hash: 16849b508755a267e7978f0fe320e671 commit: 964c7ea6ef10bc91c283b1585a712acdf4d4bff7 Author: Robin H. Johnson gentoo org> AuthorDate: Fri Jul 4 17:45:27 2025 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Jul 4 17:46:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=964c7ea6 dev-ruby/facter: stable on x86 Tested and passed on x86 for infra. Signed-off-by: Robin H. Johnson gentoo.org> Reference: https://bugs.gentoo.org/956503 dev-ruby/facter/facter-4.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/facter/facter-4.10.0.ebuild b/dev-ruby/facter/facter-4.10.0.ebuild index 8a246b74a57f..1e9bc0c7d31c 100644 --- a/dev-ruby/facter/facter-4.10.0.ebuild +++ b/dev-ruby/facter/facter-4.10.0.ebuild @@ -21,7 +21,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_BRANCH="master" else [[ "${PV}" = *_rc* ]] || \ - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" fi