Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/libsfmt/
Date: Mon, 02 Feb 2015 12:06:36
Message-Id: 1422814548.4454b56204cc00e222a095db4a2a4085b9682264.jlec@gentoo
1 commit: 4454b56204cc00e222a095db4a2a4085b9682264
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Sun Feb 1 18:15:48 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 1 18:15:48 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4454b562
7
8 sci-mathematics/libsfmt: Convert sse2 to cpu_flags_x86_sse2
9
10 ---
11 sci-mathematics/libsfmt/ChangeLog | 6 +++++-
12 sci-mathematics/libsfmt/libsfmt-1.3.0.ebuild | 6 +++---
13 2 files changed, 8 insertions(+), 4 deletions(-)
14
15 diff --git a/sci-mathematics/libsfmt/ChangeLog b/sci-mathematics/libsfmt/ChangeLog
16 index f9044f5..6cddce3 100644
17 --- a/sci-mathematics/libsfmt/ChangeLog
18 +++ b/sci-mathematics/libsfmt/ChangeLog
19 @@ -1,7 +1,11 @@
20 # ChangeLog for sci-mathematics/libsfmt
21 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
22 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 01 Feb 2015; Marius Brehler <marbre@××××××××××××××.de>
26 + libsfmt-1.3.0.ebuild:
27 + Convert sse2 to cpu_flags_x86_sse2
28 +
29 12 Nov 2014; Justin Lecher <jlec@g.o> libsfmt-1.3.0.ebuild,
30 metadata.xml:
31 Bump to EAPI=5
32
33 diff --git a/sci-mathematics/libsfmt/libsfmt-1.3.0.ebuild b/sci-mathematics/libsfmt/libsfmt-1.3.0.ebuild
34 index de7eda8..ae8d74f 100644
35 --- a/sci-mathematics/libsfmt/libsfmt-1.3.0.ebuild
36 +++ b/sci-mathematics/libsfmt/libsfmt-1.3.0.ebuild
37 @@ -1,4 +1,4 @@
38 -# Copyright 1999-2014 Gentoo Foundation
39 +# Copyright 1999-2015 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41 # $Header: $
42
43 @@ -11,8 +11,8 @@ SRC_URI="http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/VERSIONS/ARCHIVES/
44 LICENSE="BSD"
45 SLOT="0"
46 KEYWORDS="~amd64 ~x86"
47 -IUSE="sse2"
48 +IUSE="cpu_flags_x86_sse2"
49
50 src_configure() {
51 - econf $(use_enable sse2)
52 + econf $(use_enable cpu_flags_x86_sse2 sse2)
53 }