diff options
author | stefson <herrtimson@yahoo.de> | 2019-10-25 19:41:12 +0200 |
---|---|---|
committer | stefson <herrtimson@yahoo.de> | 2019-10-25 19:41:12 +0200 |
commit | b6e8d71a878e8db424fdebda4cce0be8bc244ebe (patch) | |
tree | 6cf90ca32f3a01801169075d66aa50c3f4fa3229 | |
parent | dev-lang/rust: use tar.xz for stage0 rather than tar.gz (diff) | |
download | rust-b6e8d71a878e8db424fdebda4cce0be8bc244ebe.tar.gz rust-b6e8d71a878e8db424fdebda4cce0be8bc244ebe.tar.bz2 rust-b6e8d71a878e8db424fdebda4cce0be8bc244ebe.zip |
dev-lang/rust: add reference to upstream bug 65757
-rw-r--r-- | dev-lang/rust/rust-999.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/rust/rust-9999.ebuild | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/dev-lang/rust/rust-999.ebuild b/dev-lang/rust/rust-999.ebuild index 0eef2f7..aa2be45 100644 --- a/dev-lang/rust/rust-999.ebuild +++ b/dev-lang/rust/rust-999.ebuild @@ -91,6 +91,8 @@ REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} ) PATCHES=( "${FILESDIR}"/pr65474.patch + + # upstream issue: https://github.com/rust-lang/rust/issues/65757 "${FILESDIR}"/37c5cb8118b6de04dd5d4e5e43787c8b83339472.patch ) diff --git a/dev-lang/rust/rust-9999.ebuild b/dev-lang/rust/rust-9999.ebuild index d7d163e..a418d09 100644 --- a/dev-lang/rust/rust-9999.ebuild +++ b/dev-lang/rust/rust-9999.ebuild @@ -88,6 +88,7 @@ REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} ) " PATCHES=( + # upstream issue: https://github.com/rust-lang/rust/issues/65757 "${FILESDIR}"/37c5cb8118b6de04dd5d4e5e43787c8b83339472.patch ) |