diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-01-22 15:48:02 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-01-22 15:48:02 +0100 |
commit | c664aa761c1adf0ffb47f7052ed7a11e2840dc26 (patch) | |
tree | 143f8705a5c2421c5bf0b0afa43172a4b0d7f641 /dev-util/cbindgen | |
parent | net-dns/dnsviz: fix tests (diff) | |
download | gentoo-c664aa761c1adf0ffb47f7052ed7a11e2840dc26.tar.gz gentoo-c664aa761c1adf0ffb47f7052ed7a11e2840dc26.tar.bz2 gentoo-c664aa761c1adf0ffb47f7052ed7a11e2840dc26.zip |
dev-util/cbindgen: restrict tests
The required files are not part of the crate.
Closes: https://bugs.gentoo.org/766489
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-util/cbindgen')
-rw-r--r-- | dev-util/cbindgen/cbindgen-0.16.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/cbindgen/cbindgen-0.16.0.ebuild b/dev-util/cbindgen/cbindgen-0.16.0.ebuild index 2d6179f3bdd8..f89f82967825 100644 --- a/dev-util/cbindgen/cbindgen-0.16.0.ebuild +++ b/dev-util/cbindgen/cbindgen-0.16.0.ebuild @@ -64,4 +64,5 @@ SRC_URI="$(cargo_crate_uris ${CRATES})" LICENSE="MIT MPL-2.0" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +RESTRICT="test" QA_FLAGS_IGNORED="usr/bin/cbindgen" |