diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-06-03 13:15:52 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-06-03 13:18:19 +0300 |
commit | 0c438afa305670c73df2e0fe9391069d5a086e08 (patch) | |
tree | b05eb5d2654f8001c5fa1145302c87de9eed36df /dev-util/cbindgen | |
parent | dev-util/cbindgen: stabilize 0.23.0 for amd64 (diff) | |
download | gentoo-0c438afa305670c73df2e0fe9391069d5a086e08.tar.gz gentoo-0c438afa305670c73df2e0fe9391069d5a086e08.tar.bz2 gentoo-0c438afa305670c73df2e0fe9391069d5a086e08.zip |
dev-util/cbindgen: stabilize 0.23.0 for x86
Signed-off-by: Joonas Niilola <juippis@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 f58b0d486043..e59a9be91004 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" |