commit: 8bb73b239a249202e150c0e5e52851a5b9abe29f Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Fri Jun 24 18:09:20 2022 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Fri Jun 24 18:10:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb73b23
dev-util/cargo-audit: revbump 0.15.2, use bundled libgit2 Bug: https://bugs.gentoo.org/854117 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> ...rgo-audit-0.15.2.ebuild => cargo-audit-0.15.2-r1.ebuild} | 13 +++++++------ 1 file 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 similarity index 98% rename from dev-util/cargo-audit/cargo-audit-0.15.2.ebuild rename to 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 }
