diff options
author | stefson <herrtimson@yahoo.de> | 2019-11-06 17:12:15 +0100 |
---|---|---|
committer | Mikhail Pukhlikov <cynede@gentoo.org> | 2019-11-07 18:27:33 +0400 |
commit | e3cb6220c9e518a0d320ea7c74c2a0769622a1a1 (patch) | |
tree | ba11d31d477ebe5e105b6797be9004e98b860485 /dev-lang | |
parent | dev-lang/rust: add thumbv7neon-unknown-linux-musleabihf target (diff) | |
download | rust-e3cb6220c9e518a0d320ea7c74c2a0769622a1a1.tar.gz rust-e3cb6220c9e518a0d320ea7c74c2a0769622a1a1.tar.bz2 rust-e3cb6220c9e518a0d320ea7c74c2a0769622a1a1.zip |
dev-lang/rust: pr65474 must be dropped from the beta ebuild, as the beta branch got updated to v1.40.0, in which the patch got merged by upstream.
Keeping the patch online for possible use in rust-1.39.0 ebuild
Signed-off-by: Steffen Kuhn <nielson2@yandex.com>
Closes: https://github.com/gentoo/gentoo-rust/pull/462
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust/rust-999.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dev-lang/rust/rust-999.ebuild b/dev-lang/rust/rust-999.ebuild index cac209e..5d2a3a6 100644 --- a/dev-lang/rust/rust-999.ebuild +++ b/dev-lang/rust/rust-999.ebuild @@ -89,8 +89,6 @@ REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} ) " PATCHES=( - "${FILESDIR}"/pr65474.patch - # upstream issue: https://github.com/rust-lang/rust/issues/65757 "${FILESDIR}"/pr65932.patch |