summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2021-05-14 12:17:00 +0200
committerLars Wendler <polynomial-c@gentoo.org>2021-05-14 12:17:36 +0200
commit648a93817f39a990a40b9b9ab16863d89e784468 (patch)
treee8cfec500390fa4e02a332c6e2c41354658eada8 /www-client/seamonkey/seamonkey-2.53.7.1-r1.ebuild
parentwww-client/seamonkey: Drop "minimal" USE flag (diff)
downloadgentoo-648a93817f39a990a40b9b9ab16863d89e784468.tar.gz
gentoo-648a93817f39a990a40b9b9ab16863d89e784468.tar.bz2
gentoo-648a93817f39a990a40b9b9ab16863d89e784468.zip
www-client/seamonkey: Fixed build with =dev-lang/rust-1.52*
Closes: https://bugs.gentoo.org/789981 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'www-client/seamonkey/seamonkey-2.53.7.1-r1.ebuild')
-rw-r--r--www-client/seamonkey/seamonkey-2.53.7.1-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/www-client/seamonkey/seamonkey-2.53.7.1-r1.ebuild b/www-client/seamonkey/seamonkey-2.53.7.1-r1.ebuild
index b2745d4b7e66..7ff2f9c71b48 100644
--- a/www-client/seamonkey/seamonkey-2.53.7.1-r1.ebuild
+++ b/www-client/seamonkey/seamonkey-2.53.7.1-r1.ebuild
@@ -195,6 +195,8 @@ src_prepare() {
# https://github.com/JustOff/github-wc-polyfill/issues/10
eapply "${FILESDIR}/${PN}-2.53.7.1-cpu_hog_fix.patch"
+ eapply "${FILESDIR}/${PN}-2.53.7.1-rust-1.52.patch" #789981
+
# Shell scripts sometimes contain DOS line endings; bug 391889
grep -rlZ --include="*.sh" $'\r$' . |
while read -r -d $'\0' file ; do