commit: c664aa761c1adf0ffb47f7052ed7a11e2840dc26 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Fri Jan 22 14:48:02 2021 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Fri Jan 22 14:48:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c664aa76
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 <AT> gentoo.org> dev-util/cbindgen/cbindgen-0.16.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/cbindgen/cbindgen-0.16.0.ebuild b/dev-util/cbindgen/cbindgen-0.16.0.ebuild index 2d6179f3bdd..f89f8296782 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"
