commit:     e76a19a82456a958ccaa64249b70c8068715e891
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  9 22:34:48 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Dec  9 22:36:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e76a19a8

dev-vcs/git: Add missing runtime dependency on dev-perl/LWP-Protocol-https

Without this git can't fetch https:// URLs.

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-vcs/git/git-2.37.4.ebuild     | 1 +
 dev-vcs/git/git-2.38.1.ebuild     | 1 +
 dev-vcs/git/git-2.39.0_rc2.ebuild | 1 +
 dev-vcs/git/git-9999-r1.ebuild    | 1 +
 dev-vcs/git/git-9999-r2.ebuild    | 1 +
 dev-vcs/git/git-9999-r3.ebuild    | 1 +
 dev-vcs/git/git-9999.ebuild       | 1 +
 7 files changed, 7 insertions(+)

diff --git a/dev-vcs/git/git-2.37.4.ebuild b/dev-vcs/git/git-2.37.4.ebuild
index a406c1e82c27..328d9bcf0c17 100644
--- a/dev-vcs/git/git-2.37.4.ebuild
+++ b/dev-vcs/git/git-2.37.4.ebuild
@@ -72,6 +72,7 @@ DEPEND="
 "
 
 RDEPEND="${DEPEND}
+       dev-perl/LWP-Protocol-https
        gpg? ( app-crypt/gnupg )
        perl? (
                dev-perl/Error

diff --git a/dev-vcs/git/git-2.38.1.ebuild b/dev-vcs/git/git-2.38.1.ebuild
index f68fb68b1f50..3013b63e24a1 100644
--- a/dev-vcs/git/git-2.38.1.ebuild
+++ b/dev-vcs/git/git-2.38.1.ebuild
@@ -79,6 +79,7 @@ DEPEND="
 "
 RDEPEND="
        ${DEPEND}
+       dev-perl/LWP-Protocol-https
        gpg? ( app-crypt/gnupg )
        perl? (
                dev-perl/Error

diff --git a/dev-vcs/git/git-2.39.0_rc2.ebuild 
b/dev-vcs/git/git-2.39.0_rc2.ebuild
index 40e868cbc0d6..a516f58e0cd4 100644
--- a/dev-vcs/git/git-2.39.0_rc2.ebuild
+++ b/dev-vcs/git/git-2.39.0_rc2.ebuild
@@ -79,6 +79,7 @@ DEPEND="
 "
 RDEPEND="
        ${DEPEND}
+       dev-perl/LWP-Protocol-https
        gpg? ( app-crypt/gnupg )
        perl? (
                dev-perl/Error

diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild
index f68fb68b1f50..3013b63e24a1 100644
--- a/dev-vcs/git/git-9999-r1.ebuild
+++ b/dev-vcs/git/git-9999-r1.ebuild
@@ -79,6 +79,7 @@ DEPEND="
 "
 RDEPEND="
        ${DEPEND}
+       dev-perl/LWP-Protocol-https
        gpg? ( app-crypt/gnupg )
        perl? (
                dev-perl/Error

diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild
index f68fb68b1f50..3013b63e24a1 100644
--- a/dev-vcs/git/git-9999-r2.ebuild
+++ b/dev-vcs/git/git-9999-r2.ebuild
@@ -79,6 +79,7 @@ DEPEND="
 "
 RDEPEND="
        ${DEPEND}
+       dev-perl/LWP-Protocol-https
        gpg? ( app-crypt/gnupg )
        perl? (
                dev-perl/Error

diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild
index f68fb68b1f50..3013b63e24a1 100644
--- a/dev-vcs/git/git-9999-r3.ebuild
+++ b/dev-vcs/git/git-9999-r3.ebuild
@@ -79,6 +79,7 @@ DEPEND="
 "
 RDEPEND="
        ${DEPEND}
+       dev-perl/LWP-Protocol-https
        gpg? ( app-crypt/gnupg )
        perl? (
                dev-perl/Error

diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild
index f68fb68b1f50..3013b63e24a1 100644
--- a/dev-vcs/git/git-9999.ebuild
+++ b/dev-vcs/git/git-9999.ebuild
@@ -79,6 +79,7 @@ DEPEND="
 "
 RDEPEND="
        ${DEPEND}
+       dev-perl/LWP-Protocol-https
        gpg? ( app-crypt/gnupg )
        perl? (
                dev-perl/Error

Reply via email to