diff options
author | 2024-10-23 20:53:30 +0200 | |
---|---|---|
committer | 2024-10-23 20:55:16 +0200 | |
commit | 19c310338390b53a4837c5451a686fb4b370ef01 (patch) | |
tree | 7af95a85e96ec3e013cde5bac6e97fa2af31e94d /games-emulation | |
parent | app-portage/eix: Version bump (diff) | |
download | mv-19c310338390b53a4837c5451a686fb4b370ef01.tar.gz mv-19c310338390b53a4837c5451a686fb4b370ef01.tar.bz2 mv-19c310338390b53a4837c5451a686fb4b370ef01.zip |
Remove ia64 references. Remove x11-libs/motif
Signed-off-by: Martin Väth <martin@mvath.de>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/xmame/xmame-0.106-r4.ebuild | 7 | ||||
-rw-r--r-- | games-emulation/xmess/xmess-0.106-r3.ebuild | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/games-emulation/xmame/xmame-0.106-r4.ebuild b/games-emulation/xmame/xmame-0.106-r4.ebuild index 3ae79c35..07ce9541 100644 --- a/games-emulation/xmame/xmame-0.106-r4.ebuild +++ b/games-emulation/xmame/xmame-0.106-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors and Martin V\"ath +# Copyright 1999-2024 Gentoo Authors and Martin V\"ath # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ SRC_URI="http://gentoo.osuosl.org/distfiles/xmame-${PV}.tar.bz2" LICENSE="XMAME" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc sparc x86" +KEYWORDS="~alpha amd64 ~hppa ppc sparc x86" IUSE="alsa bundled-libs cpu_flags_x86_mmx dga ggi joystick lirc net opengl sdl svga X xinerama xv" RDEPEND=" @@ -58,7 +58,6 @@ src_prepare() { case ${ARCH} in x86) mycpu="i386";; - ia64) mycpu="ia64";; amd64) mycpu="amd64";; ppc) mycpu="risc";; sparc) mycpu="risc";; @@ -112,7 +111,7 @@ EOF toggle_feature xinerama X11_XINERAMA case ${ARCH} in - x86|ia64|amd64) + x86|amd64) append-flags -Wno-unused -fomit-frame-pointer -fstrict-aliasing -fstrength-reduce use amd64 || append-flags -ffast-math #54270 [[ $(gcc-major-version) -ge 3 ]] \ diff --git a/games-emulation/xmess/xmess-0.106-r3.ebuild b/games-emulation/xmess/xmess-0.106-r3.ebuild index 5a3be766..133aa724 100644 --- a/games-emulation/xmess/xmess-0.106-r3.ebuild +++ b/games-emulation/xmess/xmess-0.106-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors and Martin V\"ath +# Copyright 1999-2024 Gentoo Authors and Martin V\"ath # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ SRC_URI="http://gentoo.osuosl.org/distfiles/xmame-${PV}.tar.bz2" LICENSE="XMAME" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc sparc x86" +KEYWORDS="~alpha amd64 ~hppa ppc sparc x86" IUSE="alsa bundled-libs cpu_flags_x86_mmx dga ggi joystick lirc net opengl sdl svga X xinerama xv" RDEPEND="sys-libs/zlib @@ -58,7 +58,6 @@ src_prepare() { case ${ARCH} in x86) mycpu="i386";; - ia64) mycpu="ia64";; amd64) mycpu="amd64";; ppc) mycpu="risc";; sparc) mycpu="risc";; @@ -112,7 +111,7 @@ EOF toggle_feature xinerama X11_XINERAMA case ${ARCH} in - x86|ia64|amd64) + x86|amd64) append-flags -Wno-unused -fomit-frame-pointer -fstrict-aliasing -fstrength-reduce use amd64 || append-flags -ffast-math #54270 [[ $(gcc-major-version) -ge 3 ]] \ |