From eecfd9de44031fce3cead16e7577eab08f9bff35 Mon Sep 17 00:00:00 2001 From: stefson Date: Fri, 20 Dec 2019 19:28:09 +0100 Subject: dev-lang/rust-999: remove stale patches Signed-off-by: Steffen Kuhn Closes: https://github.com/gentoo/gentoo-rust/pull/471 Signed-off-by: Mikhail Pukhlikov --- dev-lang/rust/rust-999.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dev-lang/rust/rust-999.ebuild b/dev-lang/rust/rust-999.ebuild index 5d2a3a6..3cbbeeb 100644 --- a/dev-lang/rust/rust-999.ebuild +++ b/dev-lang/rust/rust-999.ebuild @@ -88,13 +88,7 @@ REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} ) ?? ( system-llvm sanitize ) " -PATCHES=( - # upstream issue: https://github.com/rust-lang/rust/issues/65757 - "${FILESDIR}"/pr65932.patch - - # this adds a thumbv7neon-musl target for neon support on musl with armv7 - "${FILESDIR}"/pr66103.patch - ) +#PATCHES=( ) S="${WORKDIR}/${MY_P}-src" -- cgit v1.2.3-65-gdbad