summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-01-28 19:54:45 +0000
committerMichał Górny <mgorny@gentoo.org>2015-01-28 19:54:45 +0000
commit71c6f5fe2f899818498b0505fdb0df04b607fb85 (patch)
tree2ea25bd9c91fa9f28bcdc537dbe91036fc8bcce3 /games-emulation/mupen64plus-video-glide64mk2
parentSwitch to CPU_FLAGS_X86. (diff)
downloadgentoo-2-71c6f5fe2f899818498b0505fdb0df04b607fb85.tar.gz
gentoo-2-71c6f5fe2f899818498b0505fdb0df04b607fb85.tar.bz2
gentoo-2-71c6f5fe2f899818498b0505fdb0df04b607fb85.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/mupen64plus-video-glide64mk2')
-rw-r--r--games-emulation/mupen64plus-video-glide64mk2/ChangeLog9
-rw-r--r--games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0-r1.ebuild8
-rw-r--r--games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0.ebuild8
3 files changed, 15 insertions, 10 deletions
diff --git a/games-emulation/mupen64plus-video-glide64mk2/ChangeLog b/games-emulation/mupen64plus-video-glide64mk2/ChangeLog
index 754db159b92c..29c0e7b94ede 100644
--- a/games-emulation/mupen64plus-video-glide64mk2/ChangeLog
+++ b/games-emulation/mupen64plus-video-glide64mk2/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-emulation/mupen64plus-video-glide64mk2
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-video-glide64mk2/ChangeLog,v 1.4 2014/08/15 10:20:24 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-video-glide64mk2/ChangeLog,v 1.5 2015/01/28 19:54:45 mgorny Exp $
+
+ 28 Jan 2015; Michał Górny <mgorny@gentoo.org>
+ mupen64plus-video-glide64mk2-2.0-r1.ebuild,
+ mupen64plus-video-glide64mk2-2.0.ebuild:
+ Switch to CPU_FLAGS_X86.
*mupen64plus-video-glide64mk2-2.0-r1 (15 Aug 2014)
diff --git a/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0-r1.ebuild b/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0-r1.ebuild
index 59d42e2b5a0c..d6baada33beb 100644
--- a/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0-r1.ebuild
+++ b/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-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-glide64mk2/mupen64plus-video-glide64mk2-2.0-r1.ebuild,v 1.1 2014/08/15 10:20:24 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0-r1.ebuild,v 1.2 2015/01/28 19:54:45 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="hires sse"
+IUSE="hires cpu_flags_x86_sse"
RDEPEND=">=games-emulation/mupen64plus-core-2.0-r1: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)
HIRES=$(usex hires 1 0)
)
diff --git a/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0.ebuild b/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0.ebuild
index cc45bf58e0c8..638eca891ccd 100644
--- a/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0.ebuild
+++ b/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-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-glide64mk2/mupen64plus-video-glide64mk2-2.0.ebuild,v 1.3 2013/12/19 16:55:11 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0.ebuild,v 1.4 2015/01/28 19:54:45 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="hires sse"
+IUSE="hires cpu_flags_x86_sse"
RDEPEND="games-emulation/mupen64plus-core:0=
media-libs/libpng:0=
@@ -70,7 +70,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)
HIRES=$(usex hires 1 0)
)