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 38C7115808B for ; Sat, 17 Feb 2024 21:17:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71380E2B0B; Sat, 17 Feb 2024 21:17:36 +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 50C24E2B0B for ; Sat, 17 Feb 2024 21:17:36 +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 83585343022 for ; Sat, 17 Feb 2024 21:17:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2361614E0 for ; Sat, 17 Feb 2024 21:17:31 +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: <1708204556.f9cb5525259f26f77aef16e5808a6a8c948d65b6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/magic_enum/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/magic_enum/magic_enum-0.9.5.ebuild X-VCS-Directories: dev-cpp/magic_enum/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f9cb5525259f26f77aef16e5808a6a8c948d65b6 X-VCS-Branch: master Date: Sat, 17 Feb 2024 21:17:31 +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: 51e8d4e5-f89d-4b5c-a4ad-66801619628c X-Archives-Hash: 37d26a339a7094d3a95d4467f4fb15a8 commit: f9cb5525259f26f77aef16e5808a6a8c948d65b6 Author: Sam James gentoo org> AuthorDate: Sat Feb 17 21:15:56 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 17 21:15:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9cb5525 dev-cpp/magic_enum: Stabilize 0.9.5 ppc64, #924667 Signed-off-by: Sam James gentoo.org> dev-cpp/magic_enum/magic_enum-0.9.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/magic_enum/magic_enum-0.9.5.ebuild b/dev-cpp/magic_enum/magic_enum-0.9.5.ebuild index e3ce14212c4b..97fa95583224 100644 --- a/dev-cpp/magic_enum/magic_enum-0.9.5.ebuild +++ b/dev-cpp/magic_enum/magic_enum-0.9.5.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/Neargye/magic_enum/archive/refs/tags/v${PV}.tar.gz - LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86" IUSE="test" RESTRICT="!test? ( test )"