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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A64E4158094 for ; Mon, 5 Sep 2022 16:35:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4546E082B; Mon, 5 Sep 2022 16:35:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC763E082B for ; Mon, 5 Sep 2022 16:35:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8CCA934068A for ; Mon, 5 Sep 2022 16:35:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8BC95BD for ; Mon, 5 Sep 2022 16:35:38 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1662395734.49bf70035d505816abbb3b3d24d696bbd8da17d7.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/curl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/curl/curl-7.85.0-r1.ebuild net-misc/curl/curl-7.85.0-r2.ebuild X-VCS-Directories: net-misc/curl/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 49bf70035d505816abbb3b3d24d696bbd8da17d7 X-VCS-Branch: master Date: Mon, 5 Sep 2022 16:35:38 +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: 2e1d546f-dbbd-4fd9-add8-f3cbce428e7f X-Archives-Hash: 96990f915d4d608fc6c3cd335fa518f6 commit: 49bf70035d505816abbb3b3d24d696bbd8da17d7 Author: Anthony G. Basile gentoo org> AuthorDate: Mon Sep 5 16:34:48 2022 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Sep 5 16:35:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49bf7003 net-misc/curl: depend on dev-libs/nss-pem when CURL_SSL=nss Closes: https://bugs.gentoo.org/768912 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Anthony G. Basile gentoo.org> net-misc/curl/{curl-7.85.0-r1.ebuild => curl-7.85.0-r2.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/curl/curl-7.85.0-r1.ebuild b/net-misc/curl/curl-7.85.0-r2.ebuild similarity index 99% rename from net-misc/curl/curl-7.85.0-r1.ebuild rename to net-misc/curl/curl-7.85.0-r2.ebuild index dfa9c49ff480..76793e314e73 100644 --- a/net-misc/curl/curl-7.85.0-r1.ebuild +++ b/net-misc/curl/curl-7.85.0-r2.ebuild @@ -49,6 +49,7 @@ RDEPEND="ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] ) ) nss? ( dev-libs/nss:0[${MULTILIB_USEDEP}] + dev-libs/nss-pem app-misc/ca-certificates ) )