Gentoo Archives: gentoo-commits

From: Stefan Strogin <steils@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/
Date: Sun, 26 May 2019 14:56:07
Message-Id: 1558882431.0398cdfa2555cbf72562b0c557dfd42489fc8f57.steils@gentoo
1 commit: 0398cdfa2555cbf72562b0c557dfd42489fc8f57
2 Author: Stefan Strogin <steils <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 26 12:42:11 2019 +0000
4 Commit: Stefan Strogin <steils <AT> gentoo <DOT> org>
5 CommitDate: Sun May 26 14:53:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0398cdfa
7
8 dev-lang/rust: restore patch for LibreSSL 2.9.x support
9
10 Closes: https://bugs.gentoo.org/684224
11 Package-Manager: Portage-2.3.66, Repoman-2.3.12
12 Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>
13
14 dev-lang/rust/rust-1.35.0.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/dev-lang/rust/rust-1.35.0.ebuild b/dev-lang/rust/rust-1.35.0.ebuild
18 index b5725b81510..42008af25b5 100644
19 --- a/dev-lang/rust/rust-1.35.0.ebuild
20 +++ b/dev-lang/rust/rust-1.35.0.ebuild
21 @@ -90,6 +90,7 @@ REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )
22 PATCHES=(
23 "${FILESDIR}"/0001-llvm-cmake-Add-additional-headers-only-if-they-exist.patch
24 "${FILESDIR}"/1.35.0-revert-commits-triggering-multiple-llvm-rebuilds.patch
25 + "${FILESDIR}"/1.34.0-libressl.patch # bug 684224
26 )
27
28 S="${WORKDIR}/${MY_P}-src"