From: Georgy Yakovlev Date: Fri, 16 Aug 2019 05:35:34 +0000 (-0700) Subject: dev-lang/rust: add libressl3 patch for 1.37.0 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b44e684e81dac3f8c86ec1fb2a4e9984f7588001;p=gentoo.git dev-lang/rust: add libressl3 patch for 1.37.0 Thanks-to: Jory Pratt Closes: https://bugs.gentoo.org/691752 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Georgy Yakovlev --- diff --git a/dev-lang/rust/rust-1.37.0.ebuild b/dev-lang/rust/rust-1.37.0.ebuild index 6d0221fd98e4..dbbf30ef416c 100644 --- a/dev-lang/rust/rust-1.37.0.ebuild +++ b/dev-lang/rust/rust-1.37.0.ebuild @@ -92,6 +92,7 @@ PATCHES=( "${FILESDIR}"/1.34.2-fix-custom-libdir.patch "${FILESDIR}"/1.35.0-revert-commits-triggering-multiple-llvm-rebuilds.patch "${FILESDIR}"/1.36.0-libressl.patch + "${FILESDIR}"/1.36.0-libressl3.patch ) S="${WORKDIR}/${MY_P}-src"