Gentoo Archives: gentoo-commits

From: Mikhail Pukhlikov <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/rust:master commit in: dev-lang/rust/
Date: Thu, 14 Nov 2019 06:31:49
Message-Id: 1573713095.4a10e3e5811a41400623818919e55add8fb7a6e3.cynede@gentoo
1 commit: 4a10e3e5811a41400623818919e55add8fb7a6e3
2 Author: stefson <herrtimson <AT> yahoo <DOT> de>
3 AuthorDate: Wed Nov 13 16:22:51 2019 +0000
4 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 14 06:31:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/rust.git/commit/?id=4a10e3e5
7
8 dev-lang/rust-9999: all patches have been commited to the master branch
9
10 pr65932 was merged as part of a bigger rollup in pr66366
11 the patch must stay in the overlay for the beta live ebuild, either
12 as long as it takes to uplift it to the beta, or up to the next release.
13
14 Signed-off-by: Steffen Kuhn <nielson2 <AT> yandex.com>
15 Closes: https://github.com/gentoo/gentoo-rust/issues/454
16 Closes: https://github.com/gentoo/gentoo-rust/pull/467
17 Signed-off-by: Mikhail Pukhlikov <cynede <AT> gentoo.org>
18
19 dev-lang/rust/rust-9999.ebuild | 8 +-------
20 1 file changed, 1 insertion(+), 7 deletions(-)
21
22 diff --git a/dev-lang/rust/rust-9999.ebuild b/dev-lang/rust/rust-9999.ebuild
23 index d59eba9..7e4f356 100644
24 --- a/dev-lang/rust/rust-9999.ebuild
25 +++ b/dev-lang/rust/rust-9999.ebuild
26 @@ -86,13 +86,7 @@ REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )
27 ?? ( system-llvm sanitize )
28 "
29
30 -PATCHES=(
31 - # upstream issue: https://github.com/rust-lang/rust/issues/65757
32 - "${FILESDIR}"/pr65932.patch
33 -
34 - # this adds a thumbv7neon-musl target for neon support on musl with armv7
35 - "${FILESDIR}"/pr66103.patch
36 - )
37 +#PATCHES=( )
38
39 S="${WORKDIR}/${MY_P}-src"