summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-01-29 21:31:07 +0000
committerMichał Górny <mgorny@gentoo.org>2015-01-29 21:31:07 +0000
commit0d735f1ec99822289fbff8df9a088989562e97f6 (patch)
tree780d35ef80a0c359c3168dcca039d012a0672cd2 /sci-libs
parentConvert to CPU_FLAGS_X86. (diff)
downloadgentoo-2-0d735f1ec99822289fbff8df9a088989562e97f6.tar.gz
gentoo-2-0d735f1ec99822289fbff8df9a088989562e97f6.tar.bz2
gentoo-2-0d735f1ec99822289fbff8df9a088989562e97f6.zip
Switch to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/libcmatrix/ChangeLog8
-rw-r--r--sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild8
2 files changed, 9 insertions, 7 deletions
diff --git a/sci-libs/libcmatrix/ChangeLog b/sci-libs/libcmatrix/ChangeLog
index a4a6ca140af2..86c201a0336a 100644
--- a/sci-libs/libcmatrix/ChangeLog
+++ b/sci-libs/libcmatrix/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/libcmatrix
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v 1.15 2013/05/20 16:28:04 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v 1.16 2015/01/29 21:31:07 mgorny Exp $
+
+ 29 Jan 2015; Michał Górny <mgorny@gentoo.org> libcmatrix-3.11.0.ebuild:
+ Switch to CPU_FLAGS_X86.
20 May 2013; Justin Lecher <jlec@gentoo.org> libcmatrix-3.11.0.ebuild:
Change license to a-r-r and RESTRICT=mirror, #465594
@@ -65,4 +68,3 @@
+libcmatrix-3.2.1.ebuild, +files/3.2.1-minuit2.patch,
+files/3.2.1-shared.patch, +metadata.xml:
New Addition, imported from sci overlay
-
diff --git a/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild b/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild
index 29a7b1c13698..77fe61bbb805 100644
--- a/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild
+++ b/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild,v 1.7 2013/05/20 16:28:04 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild,v 1.8 2015/01/29 21:31:07 mgorny Exp $
EAPI=5
@@ -18,7 +18,7 @@ SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.gz"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="sse threads"
+IUSE="cpu_flags_x86_sse threads"
RDEPEND="sci-libs/minuit"
DEPEND="${RDEPEND}"
@@ -43,7 +43,7 @@ src_configure() {
--with-minuit \
--without-atlas \
--with-sysroot="${EROOT}" \
- $(use_with sse) \
+ $(use_with cpu_flags_x86_sse sse) \
$(use_with threads)
}