commit:     4d944853edf7e11bb6d3f00c9587b947871375ac
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 14 03:04:35 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 14 03:48:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d944853

net-misc/curl: add missing subslot dependencies

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/curl/{curl-7.77.0-r1.ebuild => curl-7.77.0-r2.ebuild} | 4 ++--
 net-misc/curl/{curl-7.78.0.ebuild => curl-7.78.0-r1.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
similarity index 98%
rename from net-misc/curl/curl-7.77.0-r1.ebuild
rename to net-misc/curl/curl-7.77.0-r2.ebuild
index 384c3258752..6d26aadf08f 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
similarity index 98%
rename from net-misc/curl/curl-7.78.0.ebuild
rename to net-misc/curl/curl-7.78.0-r1.ebuild
index 2de4ba10d80..140887e01d1 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}] )

Reply via email to