commit:     1bfa3886b36ee376ddfacb3ddca97481a8ffb25f
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sun Feb  1 18:10:30 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Feb  1 18:10:30 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1bfa3886

sci-libs/itk: Convert sse2 to cpu_flags_x86_sse2

---
 sci-libs/itk/ChangeLog           | 7 ++++++-
 sci-libs/itk/itk-4.4.2-r1.ebuild | 6 +++---
 sci-libs/itk/itk-4.4.2.ebuild    | 6 +++---
 sci-libs/itk/itk-4.5.1.ebuild    | 6 +++---
 4 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/sci-libs/itk/ChangeLog b/sci-libs/itk/ChangeLog
index b68a4b5..f623cac 100644
--- a/sci-libs/itk/ChangeLog
+++ b/sci-libs/itk/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for sci-libs/itk
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  01 Feb 2015; Marius Brehler <mar...@linux.sungazer.de>
+  itk-4.4.2.ebuild, itk-4.4.2-r1.ebuild, itk-4.5.1.ebuild:
+  Convert sse2 to cpu_flags_x86_sse2
+
+
 *itk-4.5.1 (10 Apr 2014)
 
   10 Apr 2014; Sébastien Fabbro <bicat...@gentoo.org>

diff --git a/sci-libs/itk/itk-4.4.2-r1.ebuild b/sci-libs/itk/itk-4.4.2-r1.ebuild
index 7693b08..5aa31c8 100644
--- a/sci-libs/itk/itk-4.4.2-r1.ebuild
+++ b/sci-libs/itk/itk-4.4.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -21,7 +21,7 @@ RESTRICT="primaryuri"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug doc examples fftw itkv3compat python review sse2 test vtkglue"
+IUSE="debug doc examples fftw itkv3compat python review cpu_flags_x86_sse2 
test vtkglue"
 
 RDEPEND="
        sci-libs/hdf5[cxx]
@@ -73,7 +73,7 @@ src_configure() {
                $(cmake-utils_use_build test TESTING)
                $(cmake-utils_use review ITK_USE_REVIEW)
                $(cmake-utils_use itkv3compat ITKV3_COMPATIBILITY)
-               $(cmake-utils_use sse2 VNL_CONFIG_ENABLE_SSE2)
+               $(cmake-utils_use cpu_flags_x86_sse2 VNL_CONFIG_ENABLE_SSE2)
        )
        if use fftw; then
                mycmakeargs+=(

diff --git a/sci-libs/itk/itk-4.4.2.ebuild b/sci-libs/itk/itk-4.4.2.ebuild
index 75706d2..07c0a91 100644
--- a/sci-libs/itk/itk-4.4.2.ebuild
+++ b/sci-libs/itk/itk-4.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -19,7 +19,7 @@ RESTRICT="primaryuri"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug examples fftw itkv3compat python review sse2 test"
+IUSE="debug examples fftw itkv3compat python review cpu_flags_x86_sse2 test"
 
 RDEPEND="
        sci-libs/hdf5[cxx]
@@ -69,7 +69,7 @@ src_configure() {
                $(cmake-utils_use_build test TESTING)
                $(cmake-utils_use review ITK_USE_REVIEW)
                $(cmake-utils_use itkv3compat ITKV3_COMPATIBILITY)
-               $(cmake-utils_use sse2 VNL_CONFIG_ENABLE_SSE2)
+               $(cmake-utils_use cpu_flags_x86_sse2 VNL_CONFIG_ENABLE_SSE2)
        )
        if use fftw; then
                mycmakeargs+=(

diff --git a/sci-libs/itk/itk-4.5.1.ebuild b/sci-libs/itk/itk-4.5.1.ebuild
index ba0ca28..ed7f183 100644
--- a/sci-libs/itk/itk-4.5.1.ebuild
+++ b/sci-libs/itk/itk-4.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -21,7 +21,7 @@ RESTRICT="primaryuri"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug doc examples fftw itkv3compat python review sse2 test vtkglue"
+IUSE="debug doc examples fftw itkv3compat python review cpu_flags_x86_sse2 
test vtkglue"
 
 RDEPEND="
        dev-libs/double-conversion:0=
@@ -94,7 +94,7 @@ src_configure() {
                $(cmake-utils_use_build examples EXAMPLES)
                $(cmake-utils_use review ITK_USE_REVIEW)
                $(cmake-utils_use itkv3compat ITKV3_COMPATIBILITY)
-               $(cmake-utils_use sse2 VNL_CONFIG_ENABLE_SSE2)
+               $(cmake-utils_use cpu_flags_x86_sse2 VNL_CONFIG_ENABLE_SSE2)
        )
        if use fftw; then
                mycmakeargs+=(

Reply via email to