commit: 4454b56204cc00e222a095db4a2a4085b9682264 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Sun Feb 1 18:15:48 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Feb 1 18:15:48 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4454b562
sci-mathematics/libsfmt: Convert sse2 to cpu_flags_x86_sse2 --- sci-mathematics/libsfmt/ChangeLog | 6 +++++- 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 f9044f5..6cddce3 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 <[email protected]> + libsfmt-1.3.0.ebuild: + Convert sse2 to cpu_flags_x86_sse2 + 12 Nov 2014; Justin Lecher <[email protected]> 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 de7eda8..ae8d74f 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) }
