aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefson <herrtimson@yahoo.de>2019-11-13 17:22:51 +0100
committerMikhail Pukhlikov <cynede@gentoo.org>2019-11-14 10:31:35 +0400
commit4a10e3e5811a41400623818919e55add8fb7a6e3 (patch)
tree0de48d8a04a5bc30d5e2425f7d8b561d8c2de3e9
parentdev-lang/rust: add rust-1.39.0-r667 with pr65474 (diff)
downloadrust-4a10e3e5811a41400623818919e55add8fb7a6e3.tar.gz
rust-4a10e3e5811a41400623818919e55add8fb7a6e3.tar.bz2
rust-4a10e3e5811a41400623818919e55add8fb7a6e3.zip
dev-lang/rust-9999: all patches have been commited to the master branch
pr65932 was merged as part of a bigger rollup in pr66366 the patch must stay in the overlay for the beta live ebuild, either as long as it takes to uplift it to the beta, or up to the next release. Signed-off-by: Steffen Kuhn <nielson2@yandex.com> Closes: https://github.com/gentoo/gentoo-rust/issues/454 Closes: https://github.com/gentoo/gentoo-rust/pull/467 Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
-rw-r--r--dev-lang/rust/rust-9999.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/dev-lang/rust/rust-9999.ebuild b/dev-lang/rust/rust-9999.ebuild
index d59eba9..7e4f356 100644
--- a/dev-lang/rust/rust-9999.ebuild
+++ b/dev-lang/rust/rust-9999.ebuild
@@ -86,13 +86,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"