mgorny      15/01/29 17:55:03

  Modified:             qimageblitz-0.0.6-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.8                  media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild?r1=1.7&r2=1.8

Index: qimageblitz-0.0.6-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- qimageblitz-0.0.6-r1.ebuild 2 Mar 2013 21:48:23 -0000       1.7
+++ qimageblitz-0.0.6-r1.ebuild 29 Jan 2015 17:55:03 -0000      1.8
@@ -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/media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild,v 
1.7 2013/03/02 21:48:23 hwoarang Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild,v 
1.8 2015/01/29 17:55:03 mgorny Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 LICENSE="GPL-2 LGPL-2"
 KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~x86-macos ~x86-solaris"
 SLOT="0"
-IUSE="3dnow altivec debug mmx sse sse2"
+IUSE="cpu_flags_x86_3dnow altivec debug cpu_flags_x86_mmx cpu_flags_x86_sse 
cpu_flags_x86_sse2"
 
 DEPEND="
        dev-qt/qtcore:4
@@ -28,11 +28,11 @@
 
 src_configure() {
        mycmakeargs=(
-               $(cmake-utils_use_has 3dnow)
+               $(cmake-utils_use_has cpu_flags_x86_3dnow 3dnow)
                $(cmake-utils_use_has altivec)
-               $(cmake-utils_use_has mmx)
-               $(cmake-utils_use_has sse)
-               $(cmake-utils_use_has sse2)
+               $(cmake-utils_use_has cpu_flags_x86_mmx mmx)
+               $(cmake-utils_use_has cpu_flags_x86_sse sse)
+               $(cmake-utils_use_has cpu_flags_x86_sse2 sse2)
        )
        cmake-utils_src_configure
 }



1.20                 media-libs/qimageblitz/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qimageblitz/ChangeLog?rev=1.20&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qimageblitz/ChangeLog?rev=1.20&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qimageblitz/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/qimageblitz/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   2 Mar 2013 21:48:23 -0000       1.19
+++ ChangeLog   29 Jan 2015 17:55:03 -0000      1.20
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/qimageblitz
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/qimageblitz/ChangeLog,v 1.19 
2013/03/02 21:48:23 hwoarang Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/qimageblitz/ChangeLog,v 1.20 
2015/01/29 17:55:03 mgorny Exp $
+
+  29 Jan 2015; Michał Górny <[email protected]> qimageblitz-0.0.6-r1.ebuild:
+  Switch to CPU_FLAGS_X86.
 
   02 Mar 2013; Markos Chandras <[email protected]>
   qimageblitz-0.0.6-r1.ebuild:




Reply via email to