diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2020-12-06 20:42:15 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2020-12-06 20:46:27 -0800 |
commit | 1a30f566029c364eed607d6a049abd72f54e44cc (patch) | |
tree | 6c883d3135ef25fa8eae3d32374777ff26e83077 /dev-vcs | |
parent | dev-lang/go: remove old (diff) | |
download | gentoo-1a30f566029c364eed607d6a049abd72f54e44cc.tar.gz gentoo-1a30f566029c364eed607d6a049abd72f54e44cc.tar.bz2 gentoo-1a30f566029c364eed607d6a049abd72f54e44cc.zip |
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 <robbat2@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.29.2.ebuild | 1 | ||||
-rw-r--r-- | dev-vcs/git/git-9999-r1.ebuild | 1 | ||||
-rw-r--r-- | dev-vcs/git/git-9999-r2.ebuild | 1 | ||||
-rw-r--r-- | dev-vcs/git/git-9999-r3.ebuild | 1 | ||||
-rw-r--r-- | dev-vcs/git/git-9999.ebuild | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/dev-vcs/git/git-2.29.2.ebuild b/dev-vcs/git/git-2.29.2.ebuild index ca7a5942fda8..ce04e5f8d0eb 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 6e5c5a74a12c..464313d7a4d5 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 6e5c5a74a12c..464313d7a4d5 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 ca7a5942fda8..ce04e5f8d0eb 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 6e5c5a74a12c..464313d7a4d5 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 ) |