diff options
author | stefson <herrtimson@yahoo.de> | 2019-12-20 19:28:09 +0100 |
---|---|---|
committer | Mikhail Pukhlikov <cynede@gentoo.org> | 2019-12-23 10:54:37 +0400 |
commit | eecfd9de44031fce3cead16e7577eab08f9bff35 (patch) | |
tree | 906ecb4b5404663c447b7132cb33d913a6d154da | |
parent | cargo.eclass: add args to cargo_src_install() (diff) | |
download | rust-eecfd9de44031fce3cead16e7577eab08f9bff35.tar.gz rust-eecfd9de44031fce3cead16e7577eab08f9bff35.tar.bz2 rust-eecfd9de44031fce3cead16e7577eab08f9bff35.zip |
dev-lang/rust-999: remove stale patches
Signed-off-by: Steffen Kuhn <nielson2@yandex.com>
Closes: https://github.com/gentoo/gentoo-rust/pull/471
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
-rw-r--r-- | dev-lang/rust/rust-999.ebuild | 8 |
1 files changed, 1 insertions, 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" |