summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-01-29 21:32:07 +0000
committerMichał Górny <mgorny@gentoo.org>2015-01-29 21:32:07 +0000
commit11af21f72216856360d8eb74aab150520b3739b3 (patch)
tree6c7911d65446a157caee0957e3eccd17e4173733 /sci-mathematics
parentSwitch to CPU_FLAGS_X86. (diff)
downloadgentoo-2-11af21f72216856360d8eb74aab150520b3739b3.tar.gz
gentoo-2-11af21f72216856360d8eb74aab150520b3739b3.tar.bz2
gentoo-2-11af21f72216856360d8eb74aab150520b3739b3.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-mathematics')
-rw-r--r--sci-mathematics/gretl/ChangeLog8
-rw-r--r--sci-mathematics/gretl/gretl-1.9.14.ebuild12
-rw-r--r--sci-mathematics/gretl/gretl-1.9.90.ebuild12
3 files changed, 18 insertions, 14 deletions
diff --git a/sci-mathematics/gretl/ChangeLog b/sci-mathematics/gretl/ChangeLog
index b9fa12e6e296..c55a6e93f7e3 100644
--- a/sci-mathematics/gretl/ChangeLog
+++ b/sci-mathematics/gretl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/gretl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.46 2014/05/28 17:35:31 bicatali Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.47 2015/01/29 21:32:07 mgorny Exp $
+
+ 29 Jan 2015; Michał Górny <mgorny@gentoo.org> gretl-1.9.14.ebuild,
+ gretl-1.9.90.ebuild:
+ Switch to CPU_FLAGS_X86.
*gretl-1.9.90 (28 May 2014)
diff --git a/sci-mathematics/gretl/gretl-1.9.14.ebuild b/sci-mathematics/gretl/gretl-1.9.14.ebuild
index 6fc0f9bf46ab..a9a4b11e8283 100644
--- a/sci-mathematics/gretl/gretl-1.9.14.ebuild
+++ b/sci-mathematics/gretl/gretl-1.9.14.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.14.ebuild,v 1.2 2014/03/27 03:38:20 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.14.ebuild,v 1.3 2015/01/29 21:32:07 mgorny Exp $
EAPI=5
@@ -15,8 +15,8 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="accessibility avx emacs gnome gtk nls odbc openmp python
- readline sse2 R static-libs"
+IUSE="accessibility cpu_flags_x86_avx emacs gnome gtk nls odbc openmp python
+ readline cpu_flags_x86_sse2 R static-libs"
CDEPEND="
dev-libs/glib:2
@@ -63,14 +63,14 @@ src_configure() {
--disable-rpath \
--enable-shared \
--with-mpfr \
- $(use_enable avx) \
+ $(use_enable cpu_flags_x86_avx avx) \
$(use_enable gtk gui) \
$(use_enable gtk gtk3) \
$(use_enable gtk xdg) \
$(use_enable gtk xdg-utils) \
$(use_enable nls) \
$(use_enable openmp) \
- $(use_enable sse2) \
+ $(use_enable cpu_flags_x86_sse2 sse2) \
$(use_enable static-libs static) \
$(use_with accessibility audio) \
$(use_with odbc) \
diff --git a/sci-mathematics/gretl/gretl-1.9.90.ebuild b/sci-mathematics/gretl/gretl-1.9.90.ebuild
index 87556fe67c47..0cbb4a86be24 100644
--- a/sci-mathematics/gretl/gretl-1.9.90.ebuild
+++ b/sci-mathematics/gretl/gretl-1.9.90.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.90.ebuild,v 1.1 2014/05/28 17:35:31 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.90.ebuild,v 1.2 2015/01/29 21:32:07 mgorny Exp $
EAPI=5
@@ -15,8 +15,8 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="0/10"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="accessibility avx +curl emacs gnome gtk mpi nls odbc openmp python
- readline sse2 R static-libs"
+IUSE="accessibility cpu_flags_x86_avx +curl emacs gnome gtk mpi nls odbc openmp python
+ readline cpu_flags_x86_sse2 R static-libs"
CDEPEND="
dev-libs/glib:2=
@@ -62,14 +62,14 @@ src_configure() {
--with-mpfr \
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
--htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \
- $(use_enable avx) \
+ $(use_enable cpu_flags_x86_avx avx) \
$(use_enable curl www) \
$(use_enable gtk gui) \
$(use_enable gtk xdg) \
$(use_enable gtk xdg-utils) \
$(use_enable nls) \
$(use_enable openmp) \
- $(use_enable sse2) \
+ $(use_enable cpu_flags_x86_sse2 sse2) \
$(use_enable static-libs static) \
$(use_with accessibility audio) \
$(use_with mpi) \