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 F3442158091 for ; Fri, 3 Jun 2022 10:18:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D337E0932; Fri, 3 Jun 2022 10:18:25 +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 E57F0E0932 for ; Fri, 3 Jun 2022 10:18:24 +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 AF27B3424EA for ; Fri, 3 Jun 2022 10:18:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EF2D3C7 for ; Fri, 3 Jun 2022 10:18:22 +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: <1654251498.9ffc664d3f26e31336f32508c6bafffe171fe455.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.23.0.ebuild X-VCS-Directories: dev-util/cbindgen/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9ffc664d3f26e31336f32508c6bafffe171fe455 X-VCS-Branch: master Date: Fri, 3 Jun 2022 10:18:22 +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: 5bb097dc-f8f5-446c-b95d-14ec7e9d3301 X-Archives-Hash: 89ebf1eb17a1a7dd7bba0d7c2adde7f2 commit: 9ffc664d3f26e31336f32508c6bafffe171fe455 Author: Joonas Niilola gentoo org> AuthorDate: Fri Jun 3 09:00:50 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jun 3 10:18:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ffc664d dev-util/cbindgen: stabilize 0.23.0 for amd64 Signed-off-by: Joonas Niilola gentoo.org> dev-util/cbindgen/cbindgen-0.23.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cbindgen/cbindgen-0.23.0.ebuild b/dev-util/cbindgen/cbindgen-0.23.0.ebuild index 97b4891f7a20..f58b0d486043 100644 --- a/dev-util/cbindgen/cbindgen-0.23.0.ebuild +++ b/dev-util/cbindgen/cbindgen-0.23.0.ebuild @@ -64,7 +64,7 @@ SRC_URI="https://github.com/eqrion/cbindgen/archive/refs/tags/v${PV}.tar.gz -> $ # use cargo-license for a more accurate license picture LICENSE="Apache-2.0 BSD Boost-1.0 MIT MPL-2.0 Unlicense" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" QA_FLAGS_IGNORED="usr/bin/cbindgen"