mgorny      15/01/28 19:17:39

  Modified:             clanlib-2.3.7.ebuild clanlib-2.3.6.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.3                  dev-games/clanlib/clanlib-2.3.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/clanlib-2.3.7.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/clanlib-2.3.7.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/clanlib-2.3.7.ebuild?r1=1.2&r2=1.3

Index: clanlib-2.3.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-2.3.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- clanlib-2.3.7.ebuild        12 Sep 2014 19:12:38 -0000      1.2
+++ clanlib-2.3.7.ebuild        28 Jan 2015 19:17:39 -0000      1.3
@@ -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/dev-games/clanlib/clanlib-2.3.7.ebuild,v 
1.2 2014/09/12 19:12:38 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-2.3.7.ebuild,v 
1.3 2015/01/28 19:17:39 mgorny Exp $
 
 EAPI=4
 inherit flag-o-matic eutils autotools-utils
@@ -14,7 +14,7 @@
 LICENSE="ZLIB"
 SLOT="2.3"
 KEYWORDS="~amd64 ~x86" #not big endian safe #82779
-IUSE="doc ipv6 mikmod opengl sound sqlite sse2 static-libs vorbis X"
+IUSE="doc ipv6 mikmod opengl sound sqlite cpu_flags_x86_sse2 static-libs 
vorbis X"
 REQUIRED_USE="opengl? ( X )"
 
 RDEPEND="sys-libs/zlib
@@ -65,7 +65,7 @@
 src_configure() {
        myeconfargs=(
                $(use_enable doc docs)
-               $(use_enable sse2)
+               $(use_enable cpu_flags_x86_sse2 sse2)
                $(use_enable opengl clanGL)
                $(use_enable opengl clanGL1)
                $(use_enable opengl clanGUI)



1.6                  dev-games/clanlib/clanlib-2.3.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/clanlib-2.3.6.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/clanlib-2.3.6.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/clanlib-2.3.6.ebuild?r1=1.5&r2=1.6

Index: clanlib-2.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-2.3.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- clanlib-2.3.6.ebuild        28 Oct 2013 23:31:47 -0000      1.5
+++ clanlib-2.3.6.ebuild        28 Jan 2015 19:17:39 -0000      1.6
@@ -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/dev-games/clanlib/clanlib-2.3.6.ebuild,v 
1.5 2013/10/28 23:31:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-2.3.6.ebuild,v 
1.6 2015/01/28 19:17:39 mgorny Exp $
 
 EAPI=4
 inherit flag-o-matic eutils autotools-utils
@@ -14,7 +14,7 @@
 LICENSE="ZLIB"
 SLOT="2.3"
 KEYWORDS="amd64 x86" #not big endian safe #82779
-IUSE="doc ipv6 mikmod opengl sound sqlite sse2 static-libs vorbis X"
+IUSE="doc ipv6 mikmod opengl sound sqlite cpu_flags_x86_sse2 static-libs 
vorbis X"
 REQUIRED_USE="opengl? ( X )"
 
 RDEPEND="sys-libs/zlib
@@ -57,7 +57,7 @@
 src_configure() {
        myeconfargs=(
                $(use_enable doc docs)
-               $(use_enable sse2)
+               $(use_enable cpu_flags_x86_sse2 sse2)
                $(use_enable opengl clanGL)
                $(use_enable opengl clanGL1)
                $(use_enable opengl clanGUI)



1.66                 dev-games/clanlib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/ChangeLog?rev=1.66&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/ChangeLog?rev=1.66&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   12 Sep 2014 19:12:38 -0000      1.65
+++ ChangeLog   28 Jan 2015 19:17:39 -0000      1.66
@@ -1,6 +1,10 @@
 # ChangeLog for dev-games/clanlib
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v 1.65 
2014/09/12 19:12:38 tupone Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v 1.66 
2015/01/28 19:17:39 mgorny Exp $
+
+  28 Jan 2015; Michał Górny <[email protected]> clanlib-2.3.6.ebuild,
+  clanlib-2.3.7.ebuild:
+  Switch to CPU_FLAGS_X86.
 
   12 Sep 2014; Tupone Alfredo <[email protected]> clanlib-2.3.7.ebuild,
   +files/clanlib-2.3.7-doc.patch:




Reply via email to