commit: 930b032a5cd26ba13a5a4532df59bca046b8d5bd Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Thu Jun 9 18:11:11 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Jun 9 18:11:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930b032a
dev-util/cbindgen: stabilize 0.24.2 for x86 Bug: https://bugs.gentoo.org/850775 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-util/cbindgen/cbindgen-0.24.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cbindgen/cbindgen-0.24.2.ebuild b/dev-util/cbindgen/cbindgen-0.24.2.ebuild index cc99a8160f58..64d96a7c0000 100644 --- a/dev-util/cbindgen/cbindgen-0.24.2.ebuild +++ b/dev-util/cbindgen/cbindgen-0.24.2.ebuild @@ -64,7 +64,7 @@ SRC_URI="$(cargo_crate_uris) # 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" RESTRICT="test" QA_FLAGS_IGNORED="usr/bin/cbindgen"