summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-04-09 18:41:27 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-04-09 18:41:27 +0000
commit507754dbc67b45733e86b3a747d6b7e20f5e3e22 (patch)
treedbb034f12355a1c6613a86aaf257dccd2de6b9d2 /sci-libs
parentPunt vulnerable version, CVE-2010-1149 (diff)
downloadgentoo-2-507754dbc67b45733e86b3a747d6b7e20f5e3e22.tar.gz
gentoo-2-507754dbc67b45733e86b3a747d6b7e20f5e3e22.tar.bz2
gentoo-2-507754dbc67b45733e86b3a747d6b7e20f5e3e22.zip
Replaced built_with_use with has_version
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/fftw/ChangeLog6
-rw-r--r--sci-libs/fftw/fftw-2.1.5-r5.ebuild6
-rw-r--r--sci-libs/fftw/fftw-2.1.5-r6.ebuild6
-rw-r--r--sci-libs/fftw/fftw-3.2.2.ebuild4
4 files changed, 13 insertions, 9 deletions
diff --git a/sci-libs/fftw/ChangeLog b/sci-libs/fftw/ChangeLog
index aabbb74818ea..408e13666dc3 100644
--- a/sci-libs/fftw/ChangeLog
+++ b/sci-libs/fftw/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/fftw
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.100 2010/04/01 19:09:20 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.101 2010/04/09 18:41:27 bicatali Exp $
+
+ 09 Apr 2010; Sébastien Fabbro <bicatali@gentoo.org> fftw-2.1.5-r5.ebuild,
+ fftw-2.1.5-r6.ebuild, fftw-3.2.2.ebuild:
+ Replaced built_with_use with has_version
*fftw-2.1.5-r6 (01 Apr 2010)
diff --git a/sci-libs/fftw/fftw-2.1.5-r5.ebuild b/sci-libs/fftw/fftw-2.1.5-r5.ebuild
index e059d9e516d6..9f70b2b73786 100644
--- a/sci-libs/fftw/fftw-2.1.5-r5.ebuild
+++ b/sci-libs/fftw/fftw-2.1.5-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r5.ebuild,v 1.16 2010/04/01 19:09:20 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r5.ebuild,v 1.17 2010/04/09 18:41:27 bicatali Exp $
inherit eutils flag-o-matic autotools toolchain-funcs
@@ -29,8 +29,8 @@ pkg_setup() {
if use openmp &&
[[ $(tc-getCC)$ == *gcc* ]] &&
( [[ $(gcc-major-version)$(gcc-minor-version) -lt 42 ]] ||
- ! built_with_use sys-devel/gcc openmp )
-then
+ ! has_version sys-devel/gcc[openmp] )
+ then
ewarn "You are using gcc and OpenMP is only available with gcc >= 4.2 "
ewarn "If you want to build fftw with OpenMP, abort now,"
ewarn "and switch CC to an OpenMP capable compiler"
diff --git a/sci-libs/fftw/fftw-2.1.5-r6.ebuild b/sci-libs/fftw/fftw-2.1.5-r6.ebuild
index 8fe7c649d2b3..86fda7794f4d 100644
--- a/sci-libs/fftw/fftw-2.1.5-r6.ebuild
+++ b/sci-libs/fftw/fftw-2.1.5-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r6.ebuild,v 1.1 2010/04/01 19:09:20 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r6.ebuild,v 1.2 2010/04/09 18:41:27 bicatali Exp $
EAPI="3"
@@ -31,8 +31,8 @@ pkg_setup() {
if use openmp &&
[[ $(tc-getCC)$ == *gcc* ]] &&
( [[ $(gcc-major-version)$(gcc-minor-version) -lt 42 ]] ||
- ! built_with_use sys-devel/gcc openmp )
-then
+ ! has_version sys-devel/gcc[openmp] )
+ then
ewarn "You are using gcc and OpenMP is only available with gcc >= 4.2 "
ewarn "If you want to build fftw with OpenMP, abort now,"
ewarn "and switch CC to an OpenMP capable compiler"
diff --git a/sci-libs/fftw/fftw-3.2.2.ebuild b/sci-libs/fftw/fftw-3.2.2.ebuild
index c2f1c4998415..410e25a57c46 100644
--- a/sci-libs/fftw/fftw-3.2.2.ebuild
+++ b/sci-libs/fftw/fftw-3.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.2.2.ebuild,v 1.11 2010/01/16 06:20:45 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.2.2.ebuild,v 1.12 2010/04/09 18:41:27 bicatali Exp $
EAPI=2
inherit flag-o-matic eutils toolchain-funcs autotools
@@ -25,7 +25,7 @@ pkg_setup() {
[[ $(tc-getCC)$ == *gcc* ]] &&
[[ $(tc-getCC)$ != *apple* ]] &&
( [[ $(gcc-major-version)$(gcc-minor-version) -lt 42 ]] ||
- ! built_with_use sys-devel/gcc openmp )
+ ! has_version sys-devel/gcc[openmp] )
then
ewarn "You are using gcc and OpenMP is only available with gcc >= 4.2 "
ewarn "If you want to build fftw with OpenMP, abort now,"