From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 47551138334 for ; Fri, 16 Aug 2019 05:45:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41B75E0C64; Fri, 16 Aug 2019 05:45:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25025E0C68 for ; Fri, 16 Aug 2019 05:45:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A1BD349C22 for ; Fri, 16 Aug 2019 05:45:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55A95764 for ; Fri, 16 Aug 2019 05:45:46 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1565934330.b44e684e81dac3f8c86ec1fb2a4e9984f7588001.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust/rust-1.37.0.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: b44e684e81dac3f8c86ec1fb2a4e9984f7588001 X-VCS-Branch: master Date: Fri, 16 Aug 2019 05:45:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0fe265b4-3de0-4da1-b6a0-ead7534ea63f X-Archives-Hash: d2ba9200137f2857df8bf9125a0ff48b commit: b44e684e81dac3f8c86ec1fb2a4e9984f7588001 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Aug 16 05:35:34 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Aug 16 05:45:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b44e684e dev-lang/rust: add libressl3 patch for 1.37.0 Thanks-to: Jory Pratt gentoo.org> Closes: https://bugs.gentoo.org/691752 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Georgy Yakovlev gentoo.org> dev-lang/rust/rust-1.37.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/rust/rust-1.37.0.ebuild b/dev-lang/rust/rust-1.37.0.ebuild index 6d0221fd98e..dbbf30ef416 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"