From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D786158020 for ; Fri, 9 Dec 2022 22:43:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BA77E0809; Fri, 9 Dec 2022 22:43:37 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4ECB9E0809 for ; Fri, 9 Dec 2022 22:43:37 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 690C2340D09 for ; Fri, 9 Dec 2022 22:43:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD7E875 for ; Fri, 9 Dec 2022 22:43:34 +0000 (UTC) From: "Andreas K. Hüttel" 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" Message-ID: <1670625789.dd6c1f5a67e47aa78ac845c89bd8a3a3668186e1.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: dd6c1f5a67e47aa78ac845c89bd8a3a3668186e1 X-VCS-Branch: master Date: Fri, 9 Dec 2022 22:43:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1e4c9183-5909-4033-acd2-035383652a17 X-Archives-Hash: 73556fc4beada0f1bf6263974e26da44 commit: dd6c1f5a67e47aa78ac845c89bd8a3a3668186e1 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Dec 9 22:43:09 2022 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Dec 9 22:43:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6c1f5a Revert "dev-vcs/git: Add missing runtime dependency on dev-perl/LWP-Protocol-https" Sorry, false alarm. This reverts commit e76a19a82456a958ccaa64249b70c8068715e891. Signed-off-by: Andreas K. Hüttel 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 deletions(-) diff --git a/dev-vcs/git/git-2.37.4.ebuild b/dev-vcs/git/git-2.37.4.ebuild index 328d9bcf0c17..a406c1e82c27 100644 --- a/dev-vcs/git/git-2.37.4.ebuild +++ b/dev-vcs/git/git-2.37.4.ebuild @@ -72,7 +72,6 @@ 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 3013b63e24a1..f68fb68b1f50 100644 --- a/dev-vcs/git/git-2.38.1.ebuild +++ b/dev-vcs/git/git-2.38.1.ebuild @@ -79,7 +79,6 @@ 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 a516f58e0cd4..40e868cbc0d6 100644 --- a/dev-vcs/git/git-2.39.0_rc2.ebuild +++ b/dev-vcs/git/git-2.39.0_rc2.ebuild @@ -79,7 +79,6 @@ 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 3013b63e24a1..f68fb68b1f50 100644 --- a/dev-vcs/git/git-9999-r1.ebuild +++ b/dev-vcs/git/git-9999-r1.ebuild @@ -79,7 +79,6 @@ 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 3013b63e24a1..f68fb68b1f50 100644 --- a/dev-vcs/git/git-9999-r2.ebuild +++ b/dev-vcs/git/git-9999-r2.ebuild @@ -79,7 +79,6 @@ 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 3013b63e24a1..f68fb68b1f50 100644 --- a/dev-vcs/git/git-9999-r3.ebuild +++ b/dev-vcs/git/git-9999-r3.ebuild @@ -79,7 +79,6 @@ 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 3013b63e24a1..f68fb68b1f50 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.ebuild @@ -79,7 +79,6 @@ DEPEND=" " RDEPEND=" ${DEPEND} - dev-perl/LWP-Protocol-https gpg? ( app-crypt/gnupg ) perl? ( dev-perl/Error