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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BE2401584F2 for ; Tue, 18 Mar 2025 17:51:48 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id AABFE343239 for ; Tue, 18 Mar 2025 17:51:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AA54E1103C8; Tue, 18 Mar 2025 17:51:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9CDEB1103C7 for ; Tue, 18 Mar 2025 17:51:43 +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 584EE3431F4 for ; Tue, 18 Mar 2025 17:51:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B77AA1F7D for ; Tue, 18 Mar 2025 17:51:41 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1742320298.9a98aad5ec556f530f4dae51b571f187a5194c1c.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cbindgen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cbindgen/cbindgen-0.28.0.ebuild X-VCS-Directories: dev-util/cbindgen/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9a98aad5ec556f530f4dae51b571f187a5194c1c X-VCS-Branch: master Date: Tue, 18 Mar 2025 17:51:41 +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: 8a3a88d1-2df5-4543-a86a-e591da76e425 X-Archives-Hash: ffa0390022d6f9f4a20f00b0ee8677d2 commit: 9a98aad5ec556f530f4dae51b571f187a5194c1c Author: Joonas Niilola gentoo org> AuthorDate: Tue Mar 18 17:49:22 2025 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Mar 18 17:51:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a98aad5 dev-util/cbindgen: Keyword 0.28.0 ppc, #941187 Signed-off-by: Joonas Niilola gentoo.org> dev-util/cbindgen/cbindgen-0.28.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cbindgen/cbindgen-0.28.0.ebuild b/dev-util/cbindgen/cbindgen-0.28.0.ebuild index 0d3462def391..bab1b9ebd4cd 100644 --- a/dev-util/cbindgen/cbindgen-0.28.0.ebuild +++ b/dev-util/cbindgen/cbindgen-0.28.0.ebuild @@ -88,7 +88,7 @@ LICENSE+=" || ( Apache-2.0 Boost-1.0 ) " SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86" +KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86" IUSE="test" # Needs debugging enabled and lots of other problems.