diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-03 23:30:40 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-03 23:30:40 +0200 |
commit | 17986ce769465933fe1142b63ce919e1baeeab61 (patch) | |
tree | 9ba0246ca016f5872d3afbfcc74dce6ce76bbdf8 /dev-util/cbindgen | |
parent | dev-util/catalyst: Stabilize 3.0.21 arm64, #849482 (diff) | |
download | gentoo-17986ce769465933fe1142b63ce919e1baeeab61.tar.gz gentoo-17986ce769465933fe1142b63ce919e1baeeab61.tar.bz2 gentoo-17986ce769465933fe1142b63ce919e1baeeab61.zip |
dev-util/cbindgen: Stabilize 0.23.0 arm64, #849485
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-util/cbindgen')
-rw-r--r-- | dev-util/cbindgen/cbindgen-0.23.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cbindgen/cbindgen-0.23.0.ebuild b/dev-util/cbindgen/cbindgen-0.23.0.ebuild index e59a9be91004..bec005ab4461 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" |