* [gentoo-commits] gentoo-x86 commit in games-emulation/mupen64plus-video-rice: mupen64plus-video-rice-2.0.ebuild mupen64plus-video-rice-2.0-r1.ebuild ChangeLog
@ 2015-01-28 19:54 Michal Gorny (mgorny)
0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2015-01-28 19:54 UTC (permalink / raw
To: gentoo-commits
mgorny 15/01/28 19:54:06
Modified: mupen64plus-video-rice-2.0.ebuild
mupen64plus-video-rice-2.0-r1.ebuild ChangeLog
Log:
Switch to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.4 games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0.ebuild?r1=1.3&r2=1.4
Index: mupen64plus-video-rice-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mupen64plus-video-rice-2.0.ebuild 19 Dec 2013 16:55:02 -0000 1.3
+++ mupen64plus-video-rice-2.0.ebuild 28 Jan 2015 19:54:06 -0000 1.4
@@ -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 @@
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 @@
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 )
1.2 games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0-r1.ebuild?r1=1.1&r2=1.2
Index: mupen64plus-video-rice-2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mupen64plus-video-rice-2.0-r1.ebuild 15 Aug 2014 10:20:47 -0000 1.1
+++ mupen64plus-video-rice-2.0-r1.ebuild 28 Jan 2015 19:54:06 -0000 1.2
@@ -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 @@
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 @@
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 )
1.5 games-emulation/mupen64plus-video-rice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus-video-rice/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus-video-rice/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus-video-rice/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-video-rice/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 15 Aug 2014 10:20:47 -0000 1.4
+++ ChangeLog 28 Jan 2015 19:54:06 -0000 1.5
@@ -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)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-01-28 20:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-28 19:54 [gentoo-commits] gentoo-x86 commit in games-emulation/mupen64plus-video-rice: mupen64plus-video-rice-2.0.ebuild mupen64plus-video-rice-2.0-r1.ebuild ChangeLog Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox