diff options
author | 2017-10-15 14:14:46 +0200 | |
---|---|---|
committer | 2017-10-15 14:35:58 +0200 | |
commit | 148e5607dd4ff0ed7657bb6f5ed9d98cc1f5b789 (patch) | |
tree | 28d013d883298195b9e427673bdb9d00862c26f7 /mail-client/mail-notification/mail-notification-5.4-r10.ebuild | |
parent | sys-devel/clang: extra LD_LIBRARY_PATH fix backported in 5.0.9999 (diff) | |
download | gentoo-148e5607dd4ff0ed7657bb6f5ed9d98cc1f5b789.tar.gz gentoo-148e5607dd4ff0ed7657bb6f5ed9d98cc1f5b789.tar.bz2 gentoo-148e5607dd4ff0ed7657bb6f5ed9d98cc1f5b789.zip |
mail-client/mail-notification: Remove stray aarch64 patch
Remove the huge aarch64 patch which is both incorrect and seems to serve
no purpose. The patch updates generated configure files instead of
letting the ebuild regenerate them. Furthermore, the package was never
keyworded for arm64.
Closes: https://bugs.gentoo.org/620580
Diffstat (limited to 'mail-client/mail-notification/mail-notification-5.4-r10.ebuild')
-rw-r--r-- | mail-client/mail-notification/mail-notification-5.4-r10.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail-client/mail-notification/mail-notification-5.4-r10.ebuild b/mail-client/mail-notification/mail-notification-5.4-r10.ebuild index 7e08e2efc54..6a021824142 100644 --- a/mail-client/mail-notification/mail-notification-5.4-r10.ebuild +++ b/mail-client/mail-notification/mail-notification-5.4-r10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -69,8 +69,6 @@ src_prepare() { # Apply Fedora patches # Fix gcc warning eapply "${FILESDIR}/${PN}-jb-gcc-format.patch" - # Support aarch64 - eapply "${FILESDIR}/${PN}-aarch64.patch" # Fix build with latest libc eapply "${FILESDIR}/${PN}-dont-link-against-bsd-compat.patch" |