Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: dev-lang/rust/
Date: Fri, 30 Apr 2021 15:10:11
Message-Id: 1619795399.a60b1c2174415291127bbca5b47c586285d82536.anarchy@gentoo
1 commit: a60b1c2174415291127bbca5b47c586285d82536
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 15:09:59 2021 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 15:09:59 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=a60b1c21
7
8 dev-lang/rust: ensure we use https
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 dev-lang/rust/rust-1.47.0-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-lang/rust/rust-1.47.0-r1.ebuild b/dev-lang/rust/rust-1.47.0-r1.ebuild
17 index fb3b774..760db0d 100644
18 --- a/dev-lang/rust/rust-1.47.0-r1.ebuild
19 +++ b/dev-lang/rust/rust-1.47.0-r1.ebuild
20 @@ -29,8 +29,8 @@ SRC_URI="
21 ppc64? ( $(rust_arch_uri powerpc64-gentoo-linux-musl rust-${RUST_STAGE0_VERSION} ) )
22 x86? ( $(rust_arch_uri i686-gentoo-linux-musl rust-${RUST_STAGE0_VERSION} ) )
23 )
24 - http://dev.gentoo.org/~anarchy/dist/0006-Remove-musl_root-and-CRT-fallback-from-musl-targets.patch
25 - http://dev.gentoo.org/~anarchy/dist/0030-libc-linkage.patch
26 + https://dev.gentoo.org/~anarchy/dist/0006-Remove-musl_root-and-CRT-fallback-from-musl-targets.patch
27 + https://dev.gentoo.org/~anarchy/dist/0030-libc-linkage.patch
28 "
29
30 # keep in sync with llvm ebuild of the same version as bundled one.