diff options
author | Marius Brehler <marbre@linux.sungazer.de> | 2015-02-01 19:15:48 +0100 |
---|---|---|
committer | Marius Brehler <marbre@linux.sungazer.de> | 2015-02-01 19:15:48 +0100 |
commit | 4454b56204cc00e222a095db4a2a4085b9682264 (patch) | |
tree | a03d5d5876967f4995374891165322be06deda20 /sci-mathematics | |
parent | sci-biology/ugene: Convert sse2 to cpu_flags_x86_sse2 (diff) | |
download | sci-4454b56204cc00e222a095db4a2a4085b9682264.tar.gz sci-4454b56204cc00e222a095db4a2a4085b9682264.tar.bz2 sci-4454b56204cc00e222a095db4a2a4085b9682264.zip |
sci-mathematics/libsfmt: Convert sse2 to cpu_flags_x86_sse2
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/libsfmt/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/libsfmt/libsfmt-1.3.0.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-mathematics/libsfmt/ChangeLog b/sci-mathematics/libsfmt/ChangeLog index f9044f5be..6cddce3d4 100644 --- a/sci-mathematics/libsfmt/ChangeLog +++ b/sci-mathematics/libsfmt/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-mathematics/libsfmt -# 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 <marbre@linux.sungazer.de> + libsfmt-1.3.0.ebuild: + Convert sse2 to cpu_flags_x86_sse2 + 12 Nov 2014; Justin Lecher <jlec@gentoo.org> libsfmt-1.3.0.ebuild, metadata.xml: Bump to EAPI=5 diff --git a/sci-mathematics/libsfmt/libsfmt-1.3.0.ebuild b/sci-mathematics/libsfmt/libsfmt-1.3.0.ebuild index de7eda82f..ae8d74fc1 100644 --- a/sci-mathematics/libsfmt/libsfmt-1.3.0.ebuild +++ b/sci-mathematics/libsfmt/libsfmt-1.3.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: $ @@ -11,8 +11,8 @@ SRC_URI="http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/VERSIONS/ARCHIVES/ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="sse2" +IUSE="cpu_flags_x86_sse2" src_configure() { - econf $(use_enable sse2) + econf $(use_enable cpu_flags_x86_sse2 sse2) } |