diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-01-28 19:57:32 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-01-28 19:57:32 +0000 |
commit | 35146c3dd206310c1859f39832818632d1b905dc (patch) | |
tree | fad04d8a2c5ec3bc2a2412581336ec2d00fab2c0 /games-emulation | |
parent | Switch to CPU_FLAGS_X86. (diff) | |
download | gentoo-2-35146c3dd206310c1859f39832818632d1b905dc.tar.gz gentoo-2-35146c3dd206310c1859f39832818632d1b905dc.tar.bz2 gentoo-2-35146c3dd206310c1859f39832818632d1b905dc.zip |
Switch to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'games-emulation')
3 files changed, 14 insertions, 10 deletions
diff --git a/games-emulation/mupen64plus-core/ChangeLog b/games-emulation/mupen64plus-core/ChangeLog index 2073797441cc..f17a4de31bcb 100644 --- a/games-emulation/mupen64plus-core/ChangeLog +++ b/games-emulation/mupen64plus-core/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/mupen64plus-core -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-core/ChangeLog,v 1.5 2014/08/15 10:17:41 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-core/ChangeLog,v 1.6 2015/01/28 19:57:32 mgorny Exp $ + + 28 Jan 2015; Michał Górny <mgorny@gentoo.org> mupen64plus-core-2.0-r1.ebuild, + mupen64plus-core-2.0.ebuild: + Switch to CPU_FLAGS_X86. *mupen64plus-core-2.0-r1 (15 Aug 2014) diff --git a/games-emulation/mupen64plus-core/mupen64plus-core-2.0-r1.ebuild b/games-emulation/mupen64plus-core/mupen64plus-core-2.0-r1.ebuild index 631b9f53360b..edfcac792496 100644 --- a/games-emulation/mupen64plus-core/mupen64plus-core-2.0-r1.ebuild +++ b/games-emulation/mupen64plus-core/mupen64plus-core-2.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-core/mupen64plus-core-2.0-r1.ebuild,v 1.1 2014/08/15 10:17:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-core/mupen64plus-core-2.0-r1.ebuild,v 1.2 2015/01/28 19:57:32 mgorny Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.ta LICENSE="GPL-2 LGPL-2.1" SLOT="0/2" KEYWORDS="~amd64 ~x86" -IUSE="lirc new-dynarec +osd sse" +IUSE="lirc new-dynarec +osd cpu_flags_x86_sse" RDEPEND="media-libs/libpng:0= media-libs/libsdl:0=[joystick,opengl,video] @@ -84,7 +84,7 @@ src_compile() { SDL_LDLIBS="$($(tc-getPKG_CONFIG) --libs sdl)" OSD=$(usex osd 1 0) - NO_ASM=$(usex sse 0 1) + NO_ASM=$(usex cpu_flags_x86_sse 0 1) LIRC=$(usex lirc 1 0) # (it does not build) # DEBUGGER=$(usex debug 1 0) diff --git a/games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild b/games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild index e6b0fa33e60f..d4c66a71b742 100644 --- a/games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild +++ b/games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild,v 1.4 2014/04/14 15:37:58 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild,v 1.5 2015/01/28 19:57:32 mgorny Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.ta LICENSE="GPL-2 LGPL-2.1" SLOT="0/2" KEYWORDS="~amd64 ~x86" -IUSE="lirc new-dynarec +osd sse" +IUSE="lirc new-dynarec +osd cpu_flags_x86_sse" RDEPEND="media-libs/libpng:0= media-libs/libsdl:0=[joystick,opengl,video] @@ -75,7 +75,7 @@ src_compile() { SDL_LDLIBS="$($(tc-getPKG_CONFIG) --libs sdl)" OSD=$(usex osd 1 0) - NO_ASM=$(usex sse 0 1) + NO_ASM=$(usex cpu_flags_x86_sse 0 1) LIRC=$(usex lirc 1 0) # (it does not build) # DEBUGGER=$(usex debug 1 0) |