diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-06-24 11:09:20 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-06-24 11:10:44 -0700 |
commit | 8bb73b239a249202e150c0e5e52851a5b9abe29f (patch) | |
tree | 95f0d5cf5169e51807d05cc0a708ecb219c6be28 /dev-util/cargo-audit | |
parent | dev-util/cargo-audit: add 0.17.0, unkeyworded (diff) | |
download | gentoo-8bb73b239a249202e150c0e5e52851a5b9abe29f.tar.gz gentoo-8bb73b239a249202e150c0e5e52851a5b9abe29f.tar.bz2 gentoo-8bb73b239a249202e150c0e5e52851a5b9abe29f.zip |
dev-util/cargo-audit: revbump 0.15.2, use bundled libgit2
Bug: https://bugs.gentoo.org/854117
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.15.2-r1.ebuild (renamed from dev-util/cargo-audit/cargo-audit-0.15.2.ebuild) | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/dev-util/cargo-audit/cargo-audit-0.15.2.ebuild b/dev-util/cargo-audit/cargo-audit-0.15.2-r1.ebuild index 4929e9260b9c..3f0cc8a36c16 100644 --- a/dev-util/cargo-audit/cargo-audit-0.15.2.ebuild +++ b/dev-util/cargo-audit/cargo-audit-0.15.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -300,10 +300,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc64" IUSE="fix" -RDEPEND=" - dev-libs/openssl:0= - dev-libs/libgit2:= -" +RDEPEND="dev-libs/openssl:0=" DEPEND="${RDEPEND}" S="${WORKDIR}/rustsec-${PN}-v${PV}" @@ -315,7 +312,11 @@ PROPERTIES="test_network" RESTRICT="test" src_configure() { - local myfeatures=( $(usev fix) ) + local myfeatures=( + $(usev fix) + vendored-libgit2 + ) + cargo_src_configure } |