diff options
author | Sam James <sam@gentoo.org> | 2021-08-14 04:04:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-14 04:48:18 +0100 |
commit | 4d944853edf7e11bb6d3f00c9587b947871375ac (patch) | |
tree | 6e227c3050456aef6bd475df8a895d7a21ce6b1e /net-misc | |
parent | net-firewall/ipset: add net-libs/libmnl:= subslot dependency (diff) | |
download | gentoo-4d944853edf7e11bb6d3f00c9587b947871375ac.tar.gz gentoo-4d944853edf7e11bb6d3f00c9587b947871375ac.tar.bz2 gentoo-4d944853edf7e11bb6d3f00c9587b947871375ac.zip |
net-misc/curl: add missing subslot dependencies
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/curl/curl-7.77.0-r2.ebuild (renamed from net-misc/curl/curl-7.77.0-r1.ebuild) | 4 | ||||
-rw-r--r-- | net-misc/curl/curl-7.78.0-r1.ebuild (renamed from net-misc/curl/curl-7.78.0.ebuild) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/curl/curl-7.77.0-r1.ebuild b/net-misc/curl/curl-7.77.0-r2.ebuild index 384c32587524..6d26aadf08fe 100644 --- a/net-misc/curl/curl-7.77.0-r1.ebuild +++ b/net-misc/curl/curl-7.77.0-r2.ebuild @@ -55,14 +55,14 @@ RDEPEND="ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] ) app-misc/ca-certificates ) ) - http2? ( net-libs/nghttp2[${MULTILIB_USEDEP}] ) + http2? ( net-libs/nghttp2:=[${MULTILIB_USEDEP}] ) nghttp3? ( net-libs/nghttp3[${MULTILIB_USEDEP}] net-libs/ngtcp2[ssl,${MULTILIB_USEDEP}] ) quiche? ( >=net-libs/quiche-0.3.0[${MULTILIB_USEDEP}] ) idn? ( net-dns/libidn2:0=[static-libs?,${MULTILIB_USEDEP}] ) - adns? ( net-dns/c-ares:0[${MULTILIB_USEDEP}] ) + adns? ( net-dns/c-ares:0=[${MULTILIB_USEDEP}] ) kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] ) metalink? ( >=media-libs/libmetalink-0.1.1[${MULTILIB_USEDEP}] ) rtmp? ( media-video/rtmpdump[${MULTILIB_USEDEP}] ) diff --git a/net-misc/curl/curl-7.78.0.ebuild b/net-misc/curl/curl-7.78.0-r1.ebuild index 2de4ba10d80b..140887e01d1f 100644 --- a/net-misc/curl/curl-7.78.0.ebuild +++ b/net-misc/curl/curl-7.78.0-r1.ebuild @@ -55,14 +55,14 @@ RDEPEND="ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] ) app-misc/ca-certificates ) ) - http2? ( net-libs/nghttp2[${MULTILIB_USEDEP}] ) + http2? ( net-libs/nghttp2:=[${MULTILIB_USEDEP}] ) nghttp3? ( net-libs/nghttp3[${MULTILIB_USEDEP}] net-libs/ngtcp2[ssl,${MULTILIB_USEDEP}] ) quiche? ( >=net-libs/quiche-0.3.0[${MULTILIB_USEDEP}] ) idn? ( net-dns/libidn2:0=[static-libs?,${MULTILIB_USEDEP}] ) - adns? ( net-dns/c-ares:0[${MULTILIB_USEDEP}] ) + adns? ( net-dns/c-ares:0=[${MULTILIB_USEDEP}] ) kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] ) rtmp? ( media-video/rtmpdump[${MULTILIB_USEDEP}] ) ssh? ( net-libs/libssh2[${MULTILIB_USEDEP}] ) |