diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-01-28 19:54:06 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-01-28 19:54:06 +0000 |
commit | 820e5d9461163794757868274f5421aa00ab4f9d (patch) | |
tree | fd0cff8497649a4bfdfe2ded8e22c59d76f71812 /games-emulation | |
parent | Switch to CPU_FLAGS_X86. (diff) | |
download | gentoo-2-820e5d9461163794757868274f5421aa00ab4f9d.tar.gz gentoo-2-820e5d9461163794757868274f5421aa00ab4f9d.tar.bz2 gentoo-2-820e5d9461163794757868274f5421aa00ab4f9d.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-video-rice/ChangeLog b/games-emulation/mupen64plus-video-rice/ChangeLog index b369887a3760..1ab35a44c1b3 100644 --- a/games-emulation/mupen64plus-video-rice/ChangeLog +++ b/games-emulation/mupen64plus-video-rice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/mupen64plus-video-rice -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-video-rice/ChangeLog,v 1.4 2014/08/15 10:20:47 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-video-rice/ChangeLog,v 1.5 2015/01/28 19:54:06 mgorny Exp $ + + 28 Jan 2015; Michał Górny <mgorny@gentoo.org> + mupen64plus-video-rice-2.0-r1.ebuild, mupen64plus-video-rice-2.0.ebuild: + Switch to CPU_FLAGS_X86. *mupen64plus-video-rice-2.0-r1 (15 Aug 2014) diff --git a/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0-r1.ebuild b/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0-r1.ebuild index 3a8b3c0120fd..a58bec71b70a 100644 --- a/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0-r1.ebuild +++ b/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-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-video-rice/mupen64plus-video-rice-2.0-r1.ebuild,v 1.1 2014/08/15 10:20:47 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0-r1.ebuild,v 1.2 2015/01/28 19:54:06 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" KEYWORDS="~amd64 ~x86" -IUSE="sse" +IUSE="cpu_flags_x86_sse" RDEPEND=">=games-emulation/mupen64plus-core-2.0-r1:0= media-libs/libpng:0= @@ -66,7 +66,7 @@ src_compile() { SDL_CFLAGS="$($(tc-getPKG_CONFIG) --cflags sdl)" SDL_LDLIBS="$($(tc-getPKG_CONFIG) --libs sdl)" - NO_ASM=$(usex sse 0 1) + NO_ASM=$(usex cpu_flags_x86_sse 0 1) ) use amd64 && MAKEARGS+=( HOST_CPU=x86_64 ) diff --git a/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0.ebuild b/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0.ebuild index 4b3c8d84c38d..7d3c5acdea2f 100644 --- a/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0.ebuild +++ b/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 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-video-rice/mupen64plus-video-rice-2.0.ebuild,v 1.3 2013/12/19 16:55:02 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0.ebuild,v 1.4 2015/01/28 19:54:06 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" KEYWORDS="~amd64 ~x86" -IUSE="sse" +IUSE="cpu_flags_x86_sse" RDEPEND="games-emulation/mupen64plus-core:0= media-libs/libpng:0= @@ -68,7 +68,7 @@ src_compile() { SDL_CFLAGS="$($(tc-getPKG_CONFIG) --cflags sdl)" SDL_LDLIBS="$($(tc-getPKG_CONFIG) --libs sdl)" - NO_ASM=$(usex sse 0 1) + NO_ASM=$(usex cpu_flags_x86_sse 0 1) ) use amd64 && MAKEARGS+=( HOST_CPU=x86_64 ) |