Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cbindgen/
Date: Fri, 03 Jun 2022 21:30:44
Message-Id: 1654291840.17986ce769465933fe1142b63ce919e1baeeab61.jsmolic@gentoo
1 commit: 17986ce769465933fe1142b63ce919e1baeeab61
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 3 21:30:40 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 21:30:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17986ce7
7
8 dev-util/cbindgen: Stabilize 0.23.0 arm64, #849485
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-util/cbindgen/cbindgen-0.23.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/cbindgen/cbindgen-0.23.0.ebuild b/dev-util/cbindgen/cbindgen-0.23.0.ebuild
16 index e59a9be91004..bec005ab4461 100644
17 --- a/dev-util/cbindgen/cbindgen-0.23.0.ebuild
18 +++ b/dev-util/cbindgen/cbindgen-0.23.0.ebuild
19 @@ -64,7 +64,7 @@ SRC_URI="https://github.com/eqrion/cbindgen/archive/refs/tags/v${PV}.tar.gz -> $
20 # use cargo-license for a more accurate license picture
21 LICENSE="Apache-2.0 BSD Boost-1.0 MIT MPL-2.0 Unlicense"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
24 +KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
25
26 QA_FLAGS_IGNORED="usr/bin/cbindgen"