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 1E1C815815E for ; Thu, 8 Feb 2024 15:29:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78B88E2A96; Thu, 8 Feb 2024 15:28:58 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 212C3E2A96 for ; Thu, 8 Feb 2024 15:28:58 +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 0711C343188 for ; Thu, 8 Feb 2024 15:28:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 483EA14D2 for ; Thu, 8 Feb 2024 15:28:54 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1707406128.7b9807dfba3ba7cdcb618b73b608c2c60eb8c34c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/cpuid2cpuflags/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/cpuid2cpuflags/cpuid2cpuflags-14.ebuild X-VCS-Directories: app-portage/cpuid2cpuflags/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7b9807dfba3ba7cdcb618b73b608c2c60eb8c34c X-VCS-Branch: master Date: Thu, 8 Feb 2024 15:28:54 +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: de531220-3151-4e5b-8244-230a15d5044f X-Archives-Hash: dd7a19578e70726b4da76e0d0d471e2a commit: 7b9807dfba3ba7cdcb618b73b608c2c60eb8c34c Author: Michał Górny gentoo org> AuthorDate: Thu Feb 8 15:28:30 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Feb 8 15:28:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b9807df app-portage/cpuid2cpuflags: Stabilize 14 x86, #924094 Signed-off-by: Michał Górny gentoo.org> app-portage/cpuid2cpuflags/cpuid2cpuflags-14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/cpuid2cpuflags/cpuid2cpuflags-14.ebuild b/app-portage/cpuid2cpuflags/cpuid2cpuflags-14.ebuild index b854b6af4142..bf3c0becbcce 100644 --- a/app-portage/cpuid2cpuflags/cpuid2cpuflags-14.ebuild +++ b/app-portage/cpuid2cpuflags/cpuid2cpuflags-14.ebuild @@ -11,4 +11,4 @@ SRC_URI=" LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~x86 ~x64-macos ~x64-solaris" +KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 x86 ~x64-macos ~x64-solaris"