summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-01-21 18:28:10 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-01-21 18:28:10 +0000
commitca47f40967cc320fc7b77a07f0c0caea3399b815 (patch)
tree3b8ec795213e36074adf6a6204b991aa851cd36a /sci-mathematics/octave
parentInitial import (diff)
downloadgentoo-2-ca47f40967cc320fc7b77a07f0c0caea3399b815.tar.gz
gentoo-2-ca47f40967cc320fc7b77a07f0c0caea3399b815.tar.bz2
gentoo-2-ca47f40967cc320fc7b77a07f0c0caea3399b815.zip
Applying pkg_setup to earlier version
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/octave')
-rw-r--r--sci-mathematics/octave/ChangeLog5
-rw-r--r--sci-mathematics/octave/octave-3.4.3-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/octave/ChangeLog b/sci-mathematics/octave/ChangeLog
index c7060086fbb5..9981899c9c7a 100644
--- a/sci-mathematics/octave/ChangeLog
+++ b/sci-mathematics/octave/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/octave
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.113 2012/01/20 23:53:28 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.114 2012/01/21 18:28:10 bicatali Exp $
+
+ 21 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org> octave-3.4.3-r1.ebuild:
+ Applying pkg_setup to earlier version
20 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org> octave-3.6.0.ebuild:
Move pkg_pretend -> pkg_setup for openmp check, bug #399557
diff --git a/sci-mathematics/octave/octave-3.4.3-r1.ebuild b/sci-mathematics/octave/octave-3.4.3-r1.ebuild
index 906d5112fad0..b8a32da12d34 100644
--- a/sci-mathematics/octave/octave-3.4.3-r1.ebuild
+++ b/sci-mathematics/octave/octave-3.4.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild,v 1.3 2012/01/19 15:06:57 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild,v 1.4 2012/01/21 18:28:10 bicatali Exp $
EAPI=4
inherit eutils base autotools toolchain-funcs
@@ -49,7 +49,7 @@ DEPEND="${RDEPEND}
dev-util/gperf
dev-util/pkgconfig"
-pkg_pretend() {
+pkg_setup() {
use openmp && [[ $(tc-getCC)$ == *gcc* ]] && ! tc-has-openmp && \
die "You have openmp enabled but your current gcc does not support it"
}