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 14AA2138359 for ; Sun, 25 Oct 2020 18:58:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39407E077C; Sun, 25 Oct 2020 18:58:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1D7A7E077C for ; Sun, 25 Oct 2020 18:58:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A4991335DAE for ; Sun, 25 Oct 2020 18:58:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4E7237F for ; Sun, 25 Oct 2020 18:58:49 +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: <1603652306.b18104f671eda00b53b0cb82ccd858781dbe21f7.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.12.1-r1.ebuild dev-util/cargo-audit/cargo-audit-0.12.1.ebuild X-VCS-Directories: dev-util/cargo-audit/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: b18104f671eda00b53b0cb82ccd858781dbe21f7 X-VCS-Branch: master Date: Sun, 25 Oct 2020 18:58:49 +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: 19d33f38-8fca-4a98-b977-ea82b8274ee7 X-Archives-Hash: be8aa1c2501ad01b78b103e18086e36d commit: b18104f671eda00b53b0cb82ccd858781dbe21f7 Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Oct 25 18:57:58 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Oct 25 18:58:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18104f6 dev-util/cargo-audit: revbump, restrict to openssl Closes: https://bugs.gentoo.org/751214 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev gentoo.org> .../{cargo-audit-0.12.1.ebuild => cargo-audit-0.12.1-r1.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-util/cargo-audit/cargo-audit-0.12.1.ebuild b/dev-util/cargo-audit/cargo-audit-0.12.1-r1.ebuild similarity index 98% rename from dev-util/cargo-audit/cargo-audit-0.12.1.ebuild rename to dev-util/cargo-audit/cargo-audit-0.12.1-r1.ebuild index 52e7d619abb..4cd1da3e495 100644 --- a/dev-util/cargo-audit/cargo-audit-0.12.1.ebuild +++ b/dev-util/cargo-audit/cargo-audit-0.12.1-r1.ebuild @@ -230,6 +230,11 @@ SLOT="0" KEYWORDS="~amd64 ~ppc64" IUSE="fix" +RDEPEND=" + dev-libs/openssl:0= + dev-libs/libgit2:= +" + QA_FLAGS_IGNORED="usr/bin/${PN}" # requires checkout of vuln db/network