diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-09-19 00:24:35 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-09-19 00:24:58 -0700 |
commit | a86f4414f18cd987a95453d38aceee6298af27e5 (patch) | |
tree | 239dff0aa390f01def15b0746a9bf10dcb1ade94 /dev-util/cargo-audit | |
parent | dev-python/rapidfuzz: Add hypothesis test dep (diff) | |
download | gentoo-a86f4414f18cd987a95453d38aceee6298af27e5.tar.gz gentoo-a86f4414f18cd987a95453d38aceee6298af27e5.tar.bz2 gentoo-a86f4414f18cd987a95453d38aceee6298af27e5.zip |
dev-util/cargo-audit: unkeyword 0.17.0 for ~ppc64
ring crate is to blame
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-util/cargo-audit')
-rw-r--r-- | dev-util/cargo-audit/cargo-audit-0.17.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cargo-audit/cargo-audit-0.17.0.ebuild b/dev-util/cargo-audit/cargo-audit-0.17.0.ebuild index 90a39e2e9c48..d73994489e51 100644 --- a/dev-util/cargo-audit/cargo-audit-0.17.0.ebuild +++ b/dev-util/cargo-audit/cargo-audit-0.17.0.ebuild @@ -273,7 +273,7 @@ SRC_URI="https://github.com/RustSec/rustsec/archive/refs/tags/${PN}/v${PV}.tar.g LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions Boost-1.0 MIT MPL-2.0 Unlicense" SLOT="0" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64" IUSE="fix" RDEPEND="dev-libs/openssl:0=" |