From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A27F5139345 for ; Sat, 3 Jul 2021 07:03:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C48EE084A; Sat, 3 Jul 2021 07:03:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B217E084A for ; Sat, 3 Jul 2021 07:03:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBA7E340A2B for ; Sat, 3 Jul 2021 07:03:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DED77C3 for ; Sat, 3 Jul 2021 07:03:07 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1625295551.b1baac91a219d9d7e8cd89d048275bf13b4f778e.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cargo-audit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cargo-audit/cargo-audit-0.14.1-r1.ebuild dev-util/cargo-audit/cargo-audit-0.14.1.ebuild dev-util/cargo-audit/cargo-audit-0.15.0.ebuild X-VCS-Directories: dev-util/cargo-audit/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: b1baac91a219d9d7e8cd89d048275bf13b4f778e X-VCS-Branch: master Date: Sat, 3 Jul 2021 07:03:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c6c8cd20-e9ce-4619-be59-f686fb3e8b15 X-Archives-Hash: abd89e3596c0f52fe3d22ae637d2310d commit: b1baac91a219d9d7e8cd89d048275bf13b4f778e Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jul 3 06:38:24 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jul 3 06:59:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1baac91 dev-util/cargo-audit: fix typo, revbump Signed-off-by: Georgy Yakovlev gentoo.org> .../{cargo-audit-0.14.1.ebuild => cargo-audit-0.14.1-r1.ebuild} | 2 +- dev-util/cargo-audit/cargo-audit-0.15.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/cargo-audit/cargo-audit-0.14.1.ebuild b/dev-util/cargo-audit/cargo-audit-0.14.1-r1.ebuild similarity index 99% rename from dev-util/cargo-audit/cargo-audit-0.14.1.ebuild rename to dev-util/cargo-audit/cargo-audit-0.14.1-r1.ebuild index 1b829893e7c..ffc6493f2ab 100644 --- a/dev-util/cargo-audit/cargo-audit-0.14.1.ebuild +++ b/dev-util/cargo-audit/cargo-audit-0.14.1-r1.ebuild @@ -254,7 +254,7 @@ QA_FLAGS_IGNORED="usr/bin/${PN}" # requires checkout of vuln db/network RESTRICT="test" -src_configuire() { +src_configure() { local myfeatures=( $(usev fix) ) cargo_src_configure } diff --git a/dev-util/cargo-audit/cargo-audit-0.15.0.ebuild b/dev-util/cargo-audit/cargo-audit-0.15.0.ebuild index 85a09f817c4..4207571cab8 100644 --- a/dev-util/cargo-audit/cargo-audit-0.15.0.ebuild +++ b/dev-util/cargo-audit/cargo-audit-0.15.0.ebuild @@ -302,7 +302,7 @@ src_configure() { cargo_src_configure } -cargo_src_compile() { +src_compile() { # normally we can pass --bin cargo-audit # to build single workspace member, but we need to cd # for tests to be discovered properly