mgorny      15/01/28 21:59:38

  Modified:             megaglest-3.9.1-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-strategy/megaglest/megaglest-3.9.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest/megaglest-3.9.1-r1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest/megaglest-3.9.1-r1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest/megaglest-3.9.1-r1.ebuild?r1=1.3&r2=1.4

Index: megaglest-3.9.1-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.9.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- megaglest-3.9.1-r1.ebuild   5 Dec 2014 10:16:02 -0000       1.3
+++ megaglest-3.9.1-r1.ebuild   28 Jan 2015 21:59:38 -0000      1.4
@@ -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-strategy/megaglest/megaglest-3.9.1-r1.ebuild,v 
1.3 2014/12/05 10:16:02 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.9.1-r1.ebuild,v 
1.4 2015/01/28 21:59:38 mgorny Exp $
 
 # google-breakpad
 # TODO: fribidi, libvorbis static
@@ -16,7 +16,7 @@
 LICENSE="GPL-3 BitstreamVera"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="debug +editor fribidi sse sse2 sse3 static +streflop +tools +unicode 
wxuniversal +model-viewer videos"
+IUSE="debug +editor fribidi cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 static +streflop +tools +unicode wxuniversal +model-viewer 
videos"
 
 RDEPEND="
        >=dev-lang/lua-5.1
@@ -75,11 +75,11 @@
 }
 
 src_configure() {
-       if use sse3; then
+       if use cpu_flags_x86_sse3; then
                SSE=3
-       elif use sse2; then
+       elif use cpu_flags_x86_sse2; then
                SSE=2
-       elif use sse; then
+       elif use cpu_flags_x86_sse; then
                SSE=1
        else
                SSE=0



1.26                 games-strategy/megaglest/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest/ChangeLog?rev=1.26&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest/ChangeLog?rev=1.26&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/megaglest/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   7 Dec 2014 06:09:45 -0000       1.25
+++ ChangeLog   28 Jan 2015 21:59:38 -0000      1.26
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/megaglest
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/ChangeLog,v 1.25 
2014/12/07 06:09:45 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/ChangeLog,v 1.26 
2015/01/28 21:59:38 mgorny Exp $
+
+  28 Jan 2015; Michał Górny <[email protected]> megaglest-3.9.1-r1.ebuild:
+  Switch to CPU_FLAGS_X86.
 
   07 Dec 2014; Michael Sterrett <[email protected]>
   -files/megaglest-3.6.0.3-as-needed.patch,




Reply via email to