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

sci-chemistry/camshift: Convert sse to cpu_flags_x86_sse

---
 sci-chemistry/camshift/ChangeLog              | 6 +++++-
 sci-chemistry/camshift/camshift-1.35.0.ebuild | 6 +++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/sci-chemistry/camshift/ChangeLog b/sci-chemistry/camshift/ChangeLog
index 7e6131d..0870194 100644
--- a/sci-chemistry/camshift/ChangeLog
+++ b/sci-chemistry/camshift/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-chemistry/camshift
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  01 Feb 2015; Marius Brehler <[email protected]>
+  libsfmt-1.3.0.ebuild:
+  Convert sse to cpu_flags_x86_sse
+
   22 Feb 2013; Justin Lecher <[email protected]> +files/1.35.0-gcc47.patch,
   files/1.35.0-gentoo.patch, camshift-1.35.0.ebuild, metadata.xml:
   Bump to EAPI=5; add missing deps; fix for gcc-4.7

diff --git a/sci-chemistry/camshift/camshift-1.35.0.ebuild 
b/sci-chemistry/camshift/camshift-1.35.0.ebuild
index 96f98e1..1ac8efd 100644
--- a/sci-chemistry/camshift/camshift-1.35.0.ebuild
+++ b/sci-chemistry/camshift/camshift-1.35.0.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: $
 
@@ -15,7 +15,7 @@ 
SRC_URI="http://www-vendruscolo.ch.cam.ac.uk/${PN}/${P}.tar.gz";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="sse"
+IUSE="cpu_flags_x86_sse"
 
 RDEPEND="
        virtual/blas
@@ -31,7 +31,7 @@ src_configure(){
        local myeconfargs=(
                --with-lapack
                --with-external-blas
-               $(use_enable sse mkasm)
+               $(use_enable cpu_flags_x86_sse mkasm)
        )
        autotools-utils_src_configure
 }

Reply via email to