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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 980B21382C5 for ; Mon, 7 Dec 2020 04:46:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5928E0E24; Mon, 7 Dec 2020 04:46:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99534E0E24 for ; Mon, 7 Dec 2020 04:46:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3CA7833D5A5 for ; Mon, 7 Dec 2020 04:46:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A25CE45B for ; Mon, 7 Dec 2020 04:46:38 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1607316387.1a30f566029c364eed607d6a049abd72f54e44cc.robbat2@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.29.2.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: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 1a30f566029c364eed607d6a049abd72f54e44cc X-VCS-Branch: master Date: Mon, 7 Dec 2020 04:46:38 +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: b0a8a782-8a97-463d-b661-cc48d2a1c981 X-Archives-Hash: e237c0afb4844d59a996a82e651409a0 commit: 1a30f566029c364eed607d6a049abd72f54e44cc Author: Robin H. Johnson gentoo org> AuthorDate: Mon Dec 7 04:42:15 2020 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Dec 7 04:46:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a30f566 dev-vcs/git: support git-send-email STARTTLS Closes: https://bugs.gentoo.org/739452 Package-Manager: Portage-3.0.10, Repoman-2.3.22 Signed-off-by: Robin H. Johnson gentoo.org> dev-vcs/git/git-2.29.2.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 + 5 files changed, 5 insertions(+) diff --git a/dev-vcs/git/git-2.29.2.ebuild b/dev-vcs/git/git-2.29.2.ebuild index ca7a5942fda..ce04e5f8d0e 100644 --- a/dev-vcs/git/git-2.29.2.ebuild +++ b/dev-vcs/git/git-2.29.2.ebuild @@ -79,6 +79,7 @@ RDEPEND="${DEPEND} dev-perl/Error dev-perl/MailTools dev-perl/Authen-SASL + >=virtual/perl-libnet-3.110.0-r4[ssl] cgi? ( dev-perl/CGI highlight? ( app-text/highlight ) diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild index 6e5c5a74a12..464313d7a4d 100644 --- a/dev-vcs/git/git-9999-r1.ebuild +++ b/dev-vcs/git/git-9999-r1.ebuild @@ -79,6 +79,7 @@ RDEPEND="${DEPEND} dev-perl/Error dev-perl/MailTools dev-perl/Authen-SASL + >=virtual/perl-libnet-3.110.0-r4[ssl] cgi? ( dev-perl/CGI highlight? ( app-text/highlight ) diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild index 6e5c5a74a12..464313d7a4d 100644 --- a/dev-vcs/git/git-9999-r2.ebuild +++ b/dev-vcs/git/git-9999-r2.ebuild @@ -79,6 +79,7 @@ RDEPEND="${DEPEND} dev-perl/Error dev-perl/MailTools dev-perl/Authen-SASL + >=virtual/perl-libnet-3.110.0-r4[ssl] cgi? ( dev-perl/CGI highlight? ( app-text/highlight ) diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild index ca7a5942fda..ce04e5f8d0e 100644 --- a/dev-vcs/git/git-9999-r3.ebuild +++ b/dev-vcs/git/git-9999-r3.ebuild @@ -79,6 +79,7 @@ RDEPEND="${DEPEND} dev-perl/Error dev-perl/MailTools dev-perl/Authen-SASL + >=virtual/perl-libnet-3.110.0-r4[ssl] cgi? ( dev-perl/CGI highlight? ( app-text/highlight ) diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index 6e5c5a74a12..464313d7a4d 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.ebuild @@ -79,6 +79,7 @@ RDEPEND="${DEPEND} dev-perl/Error dev-perl/MailTools dev-perl/Authen-SASL + >=virtual/perl-libnet-3.110.0-r4[ssl] cgi? ( dev-perl/CGI highlight? ( app-text/highlight )