From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1465540-garchives=archives.gentoo.org@lists.gentoo.org>
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 A40D8158020
	for <garchives@archives.gentoo.org>; Fri,  9 Dec 2022 22:36:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DEF46E0845;
	Fri,  9 Dec 2022 22:36:14 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id A3C8DE0845
	for <gentoo-commits@lists.gentoo.org>; Fri,  9 Dec 2022 22:36:14 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id C4358340952
	for <gentoo-commits@lists.gentoo.org>; Fri,  9 Dec 2022 22:36:13 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6309C771
	for <gentoo-commits@lists.gentoo.org>; Fri,  9 Dec 2022 22:36:12 +0000 (UTC)
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" <dilfridge@gentoo.org>
Message-ID: <1670625361.e76a19a82456a958ccaa64249b70c8068715e891.dilfridge@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-vcs/git/git-2.37.4.ebuild dev-vcs/git/git-2.38.1.ebuild dev-vcs/git/git-2.39.0_rc2.ebuild dev-vcs/git/git-9999-r1.ebuild dev-vcs/git/git-9999-r2.ebuild dev-vcs/git/git-9999-r3.ebuild dev-vcs/git/git-9999.ebuild
X-VCS-Directories: dev-vcs/git/
X-VCS-Committer: dilfridge
X-VCS-Committer-Name: Andreas K. Hüttel
X-VCS-Revision: e76a19a82456a958ccaa64249b70c8068715e891
X-VCS-Branch: master
Date: Fri,  9 Dec 2022 22:36:12 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 39332285-56f7-4b21-879d-c0790cecc4f8
X-Archives-Hash: 34094dea06ddd937eabdca7a91c06eea

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