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: Mon, 23 Dec 2019 06:54:51
Message-Id: 1577084077.eecfd9de44031fce3cead16e7577eab08f9bff35.cynede@gentoo
1 commit: eecfd9de44031fce3cead16e7577eab08f9bff35
2 Author: stefson <herrtimson <AT> yahoo <DOT> de>
3 AuthorDate: Fri Dec 20 18:28:09 2019 +0000
4 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 23 06:54:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/rust.git/commit/?id=eecfd9de
7
8 dev-lang/rust-999: remove stale patches
9
10 Signed-off-by: Steffen Kuhn <nielson2 <AT> yandex.com>
11 Closes: https://github.com/gentoo/gentoo-rust/pull/471
12 Signed-off-by: Mikhail Pukhlikov <cynede <AT> gentoo.org>
13
14 dev-lang/rust/rust-999.ebuild | 8 +-------
15 1 file changed, 1 insertion(+), 7 deletions(-)
16
17 diff --git a/dev-lang/rust/rust-999.ebuild b/dev-lang/rust/rust-999.ebuild
18 index 5d2a3a6..3cbbeeb 100644
19 --- a/dev-lang/rust/rust-999.ebuild
20 +++ b/dev-lang/rust/rust-999.ebuild
21 @@ -88,13 +88,7 @@ REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )
22 ?? ( system-llvm sanitize )
23 "
24
25 -PATCHES=(
26 - # upstream issue: https://github.com/rust-lang/rust/issues/65757
27 - "${FILESDIR}"/pr65932.patch
28 -
29 - # this adds a thumbv7neon-musl target for neon support on musl with armv7
30 - "${FILESDIR}"/pr66103.patch
31 - )
32 +#PATCHES=( )
33
34 S="${WORKDIR}/${MY_P}-src"