diff options
author | Akinori Hattori <hattya@gentoo.org> | 2020-08-11 22:33:33 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2020-08-11 22:35:06 +0900 |
commit | 8655bf0b1f2df0d02e85abfaee53a431ac1a72bd (patch) | |
tree | 4011e6b96e5a6ffa617a9c556f86c52f1aaf2294 /mail-client/sylpheed/sylpheed-3.7.0-r1.ebuild | |
parent | mail-client/sylpheed: use xdg eclass (diff) | |
download | gentoo-8655bf0b1f2df0d02e85abfaee53a431ac1a72bd.tar.gz gentoo-8655bf0b1f2df0d02e85abfaee53a431ac1a72bd.tar.bz2 gentoo-8655bf0b1f2df0d02e85abfaee53a431ac1a72bd.zip |
mail-client/sylpheed: enable SNI for TLS 1.3
Closes: https://bugs.gentoo.org/697460
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'mail-client/sylpheed/sylpheed-3.7.0-r1.ebuild')
-rw-r--r-- | mail-client/sylpheed/sylpheed-3.7.0-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail-client/sylpheed/sylpheed-3.7.0-r1.ebuild b/mail-client/sylpheed/sylpheed-3.7.0-r1.ebuild index aa5835e622df..86628b8d25bf 100644 --- a/mail-client/sylpheed/sylpheed-3.7.0-r1.ebuild +++ b/mail-client/sylpheed/sylpheed-3.7.0-r1.ebuild @@ -35,6 +35,7 @@ DEPEND="${CDEPEND} xface? ( media-libs/compface )" BDEPEND="virtual/pkgconfig" +PATCHES=( "${FILESDIR}"/${PN}-tls-1.3.patch ) DOCS="AUTHORS ChangeLog* NEW* PLUGIN* README* TODO*" src_configure() { |