Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/
Date: Fri, 16 Aug 2019 05:45:51
Message-Id: 1565934330.b44e684e81dac3f8c86ec1fb2a4e9984f7588001.gyakovlev@gentoo
1 commit: b44e684e81dac3f8c86ec1fb2a4e9984f7588001
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 16 05:35:34 2019 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 16 05:45:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b44e684e
7
8 dev-lang/rust: add libressl3 patch for 1.37.0
9
10 Thanks-to: Jory Pratt <anarchy <AT> gentoo.org>
11 Closes: https://bugs.gentoo.org/691752
12 Package-Manager: Portage-2.3.71, Repoman-2.3.17
13 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
14
15 dev-lang/rust/rust-1.37.0.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/dev-lang/rust/rust-1.37.0.ebuild b/dev-lang/rust/rust-1.37.0.ebuild
19 index 6d0221fd98e..dbbf30ef416 100644
20 --- a/dev-lang/rust/rust-1.37.0.ebuild
21 +++ b/dev-lang/rust/rust-1.37.0.ebuild
22 @@ -92,6 +92,7 @@ PATCHES=(
23 "${FILESDIR}"/1.34.2-fix-custom-libdir.patch
24 "${FILESDIR}"/1.35.0-revert-commits-triggering-multiple-llvm-rebuilds.patch
25 "${FILESDIR}"/1.36.0-libressl.patch
26 + "${FILESDIR}"/1.36.0-libressl3.patch
27 )
28
29 S="${WORKDIR}/${MY_P}-src"