summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2019-08-15 22:35:34 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2019-08-15 22:45:30 -0700
commitb44e684e81dac3f8c86ec1fb2a4e9984f7588001 (patch)
treebf5cc97a34fd40a31b4997aa68bad3a606821346
parentdev-lang/rust: add libressl3 patch for 1.36.0 (diff)
downloadgentoo-b44e684e.tar.gz
gentoo-b44e684e.tar.bz2
gentoo-b44e684e.zip
dev-lang/rust: add libressl3 patch for 1.37.0
Thanks-to: Jory Pratt <anarchy@gentoo.org> Closes: https://bugs.gentoo.org/691752 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-rw-r--r--dev-lang/rust/rust-1.37.0.ebuild1
1 files changed, 1 insertions, 0 deletions
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"