diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2022-09-05 12:34:48 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2022-09-05 12:35:34 -0400 |
commit | 49bf70035d505816abbb3b3d24d696bbd8da17d7 (patch) | |
tree | 5a8ac64d3dcb7e88c3a8d694b725d3ff60b299e6 /net-misc/curl | |
parent | dev-libs/nss-pem: keyword ~riscv, needed for bug #768912 (diff) | |
download | gentoo-49bf70035d505816abbb3b3d24d696bbd8da17d7.tar.gz gentoo-49bf70035d505816abbb3b3d24d696bbd8da17d7.tar.bz2 gentoo-49bf70035d505816abbb3b3d24d696bbd8da17d7.zip |
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 <blueness@gentoo.org>
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/curl-7.85.0-r2.ebuild (renamed from net-misc/curl/curl-7.85.0-r1.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-misc/curl/curl-7.85.0-r1.ebuild b/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 ) ) |