commit:     04c328a95afbda2a6fe5b0f9f256b907b496b188
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 12:42:05 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 12:42:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=04c328a9

app-editors/emacs: Drop ia64 keyword

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-editors/emacs/emacs-23.4-r21.ebuild | 11 +++--------
 app-editors/emacs/emacs-24.3-r8.ebuild  | 11 +++--------
 app-editors/emacs/emacs-24.5-r11.ebuild | 11 +++--------
 3 files changed, 9 insertions(+), 24 deletions(-)

diff --git a/app-editors/emacs/emacs-23.4-r21.ebuild 
b/app-editors/emacs/emacs-23.4-r21.ebuild
index 697eed5..d15af4d 100644
--- a/app-editors/emacs/emacs-23.4-r21.ebuild
+++ b/app-editors/emacs/emacs-23.4-r21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.bz2
 
 LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
 SLOT="23"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
 IUSE="alsa aqua athena dbus games gconf gif gpm gtk gui gzip-el jpeg kerberos 
livecd m17n-lib motif png sound source svg tiff toolkit-scroll-bars Xaw3d xft 
+xpm"
 
 RDEPEND="acct-group/mail
@@ -121,12 +121,7 @@ src_configure() {
        filter-flags -fstrict-aliasing -pie
        append-flags $(test-flags -fno-strict-aliasing)
        append-ldflags $(test-flags -no-pie)    #639568
-
-       if use ia64; then
-               replace-flags "-O[2-9]" -O1             #325373
-       else
-               replace-flags "-O[3-9]" -O2
-       fi
+       replace-flags "-O[3-9]" -O2
 
        # Don't trigger a floating point exception for NaNs on alpha
        use alpha && append-flags -mieee

diff --git a/app-editors/emacs/emacs-24.3-r8.ebuild 
b/app-editors/emacs/emacs-24.3-r8.ebuild
index 9c4d40e..ea4c2eb 100644
--- a/app-editors/emacs/emacs-24.3-r8.ebuild
+++ b/app-editors/emacs/emacs-24.3-r8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.xz
 
 LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
 SLOT="24.3"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="alsa aqua athena dbus gif gpm gsettings gtk gtk2 gui gzip-el imagemagick 
jpeg kerberos libxml2 livecd m17n-lib motif png selinux sound source ssl svg 
tiff toolkit-scroll-bars wide-int Xaw3d xft +xpm"
 
 RDEPEND="app-emacs/emacs-common[gui(-)?]
@@ -142,12 +142,7 @@ src_configure() {
        strip-flags
        filter-flags -pie                                       #526948
        append-ldflags $(test-flags -no-pie)    #639570
-
-       if use ia64; then
-               replace-flags "-O[2-9]" -O1             #325373
-       else
-               replace-flags "-O[3-9]" -O2
-       fi
+       replace-flags "-O[3-9]" -O2
 
        # Don't trigger a floating point exception for NaNs on alpha
        use alpha && append-flags -mieee

diff --git a/app-editors/emacs/emacs-24.5-r11.ebuild 
b/app-editors/emacs/emacs-24.5-r11.ebuild
index 1ae3f49..e79dd9e 100644
--- a/app-editors/emacs/emacs-24.5-r11.ebuild
+++ b/app-editors/emacs/emacs-24.5-r11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.xz
 
 LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
 SLOT="24"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 IUSE="acl alsa aqua athena dbus games gfile gif gpm gsettings gtk gui gzip-el 
imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib motif png selinux 
sound source ssl svg tiff toolkit-scroll-bars wide-int Xaw3d xft +xpm zlib"
 
 RDEPEND="acct-group/mail
@@ -113,12 +113,7 @@ src_configure() {
        strip-flags
        filter-flags -pie                                       #526948
        append-ldflags $(test-flags -no-pie)    #639570
-
-       if use ia64; then
-               replace-flags "-O[2-9]" -O1             #325373
-       else
-               replace-flags "-O[3-9]" -O2
-       fi
+       replace-flags "-O[3-9]" -O2
 
        # Don't trigger a floating point exception for NaNs on alpha
        use alpha && append-flags -mieee

Reply via email to