Gentoo Archives: gentoo-commits

From: Quentin Retornaz <gentoo@××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-lang/rust/
Date: Thu, 29 Sep 2022 22:58:19
Message-Id: 1664492254.02bab0badac9f0284a0584781d472a134809a95a.quentin@gentoo
1 commit: 02bab0badac9f0284a0584781d472a134809a95a
2 Author: orbea <orbea <AT> riseup <DOT> net>
3 AuthorDate: Wed Sep 28 00:44:28 2022 +0000
4 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
5 CommitDate: Thu Sep 29 22:57:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=02bab0ba
7
8 dev-lang/rust: Merge ::gentoo changes
9
10 Signed-off-by: orbea <orbea <AT> riseup.net>
11 Closes: https://github.com/gentoo/libressl/pull/455
12 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
13
14 dev-lang/rust/rust-1.62.1.ebuild | 4 ++--
15 dev-lang/rust/rust-1.63.0-r1.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-lang/rust/rust-1.62.1.ebuild b/dev-lang/rust/rust-1.62.1.ebuild
19 index 990093d..3426092 100644
20 --- a/dev-lang/rust/rust-1.62.1.ebuild
21 +++ b/dev-lang/rust/rust-1.62.1.ebuild
22 @@ -73,7 +73,7 @@ LLVM_DEPEND+=" )
23 # most of the time previous versions fail to bootstrap with newer
24 # for example 1.47.x, requires at least 1.46.x, 1.47.x is ok,
25 # but it fails to bootstrap with 1.48.x
26 -# https://github.com/rust-lang/rust/blob/${PV}/src/stage0.txt
27 +# https://github.com/rust-lang/rust/blob/${PV}/src/stage0.json
28 RUST_DEP_PREV="$(ver_cut 1).$(($(ver_cut 2) - 1))*"
29 RUST_DEP_CURR="$(ver_cut 1).$(ver_cut 2)*"
30 BOOTSTRAP_DEPEND="||
31 @@ -257,7 +257,7 @@ src_prepare() {
32 }
33
34 src_configure() {
35 - use system-llvm && filter-flags '-flto*' # https://bugs.gentoo.org/862109
36 + filter-flags '-flto*' # https://bugs.gentoo.org/862109
37
38 local rust_target="" rust_targets="" arch_cflags use_libcxx="false"
39
40
41 diff --git a/dev-lang/rust/rust-1.63.0-r1.ebuild b/dev-lang/rust/rust-1.63.0-r1.ebuild
42 index 6cc3ece..c925bff 100644
43 --- a/dev-lang/rust/rust-1.63.0-r1.ebuild
44 +++ b/dev-lang/rust/rust-1.63.0-r1.ebuild
45 @@ -73,7 +73,7 @@ LLVM_DEPEND+=" )
46 # most of the time previous versions fail to bootstrap with newer
47 # for example 1.47.x, requires at least 1.46.x, 1.47.x is ok,
48 # but it fails to bootstrap with 1.48.x
49 -# https://github.com/rust-lang/rust/blob/${PV}/src/stage0.txt
50 +# https://github.com/rust-lang/rust/blob/${PV}/src/stage0.json
51 RUST_DEP_PREV="$(ver_cut 1).$(($(ver_cut 2) - 1))*"
52 RUST_DEP_CURR="$(ver_cut 1).$(ver_cut 2)*"
53 BOOTSTRAP_DEPEND="||
54 @@ -287,7 +287,7 @@ src_prepare() {
55 }
56
57 src_configure() {
58 - use system-llvm && filter-flags '-flto*' # https://bugs.gentoo.org/862109
59 + filter-flags '-flto*' # https://bugs.gentoo.org/862109
60
61 local rust_target="" rust_targets="" arch_cflags use_libcxx="false"