commit: 02bab0badac9f0284a0584781d472a134809a95a Author: orbea <orbea <AT> riseup <DOT> net> AuthorDate: Wed Sep 28 00:44:28 2022 +0000 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com> CommitDate: Thu Sep 29 22:57:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=02bab0ba
dev-lang/rust: Merge ::gentoo changes Signed-off-by: orbea <orbea <AT> riseup.net> Closes: https://github.com/gentoo/libressl/pull/455 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com> dev-lang/rust/rust-1.62.1.ebuild | 4 ++-- dev-lang/rust/rust-1.63.0-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-lang/rust/rust-1.62.1.ebuild b/dev-lang/rust/rust-1.62.1.ebuild index 990093d..3426092 100644 --- a/dev-lang/rust/rust-1.62.1.ebuild +++ b/dev-lang/rust/rust-1.62.1.ebuild @@ -73,7 +73,7 @@ LLVM_DEPEND+=" ) # most of the time previous versions fail to bootstrap with newer # for example 1.47.x, requires at least 1.46.x, 1.47.x is ok, # but it fails to bootstrap with 1.48.x -# https://github.com/rust-lang/rust/blob/${PV}/src/stage0.txt +# https://github.com/rust-lang/rust/blob/${PV}/src/stage0.json RUST_DEP_PREV="$(ver_cut 1).$(($(ver_cut 2) - 1))*" RUST_DEP_CURR="$(ver_cut 1).$(ver_cut 2)*" BOOTSTRAP_DEPEND="|| @@ -257,7 +257,7 @@ src_prepare() { } src_configure() { - use system-llvm && filter-flags '-flto*' # https://bugs.gentoo.org/862109 + filter-flags '-flto*' # https://bugs.gentoo.org/862109 local rust_target="" rust_targets="" arch_cflags use_libcxx="false" diff --git a/dev-lang/rust/rust-1.63.0-r1.ebuild b/dev-lang/rust/rust-1.63.0-r1.ebuild index 6cc3ece..c925bff 100644 --- a/dev-lang/rust/rust-1.63.0-r1.ebuild +++ b/dev-lang/rust/rust-1.63.0-r1.ebuild @@ -73,7 +73,7 @@ LLVM_DEPEND+=" ) # most of the time previous versions fail to bootstrap with newer # for example 1.47.x, requires at least 1.46.x, 1.47.x is ok, # but it fails to bootstrap with 1.48.x -# https://github.com/rust-lang/rust/blob/${PV}/src/stage0.txt +# https://github.com/rust-lang/rust/blob/${PV}/src/stage0.json RUST_DEP_PREV="$(ver_cut 1).$(($(ver_cut 2) - 1))*" RUST_DEP_CURR="$(ver_cut 1).$(ver_cut 2)*" BOOTSTRAP_DEPEND="|| @@ -287,7 +287,7 @@ src_prepare() { } src_configure() { - use system-llvm && filter-flags '-flto*' # https://bugs.gentoo.org/862109 + filter-flags '-flto*' # https://bugs.gentoo.org/862109 local rust_target="" rust_targets="" arch_cflags use_libcxx="false"
