diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-02-28 14:04:00 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-02-28 14:04:00 +0000 |
commit | 72e44d7f9ddd09506b418d14d680134a989ea076 (patch) | |
tree | ccc51e9574e52d6e7c8f1e96bfd0088eda10cd57 /sci-libs/mkl | |
parent | Version bump. (diff) | |
download | gentoo-2-72e44d7f9ddd09506b418d14d680134a989ea076.tar.gz gentoo-2-72e44d7f9ddd09506b418d14d680134a989ea076.tar.bz2 gentoo-2-72e44d7f9ddd09506b418d14d680134a989ea076.zip |
check_reqs_pkg_setup -> check-reqs_pkg_setup by julgo (bug #459706).
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sci-libs/mkl')
-rw-r--r-- | sci-libs/mkl/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/mkl/mkl-10.0.5.025.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/mkl/ChangeLog b/sci-libs/mkl/ChangeLog index 2be0ec81f041..db65e619859e 100644 --- a/sci-libs/mkl/ChangeLog +++ b/sci-libs/mkl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/mkl -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/ChangeLog,v 1.47 2012/10/16 20:36:47 jlec Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/ChangeLog,v 1.48 2013/02/28 14:04:00 jer Exp $ + + 28 Feb 2013; Jeroen Roovers <jer@gentoo.org> mkl-10.0.5.025.ebuild: + check_reqs_pkg_setup -> check-reqs_pkg_setup by julgo (bug #459706). 16 Oct 2012; Justin Lecher <jlec@gentoo.org> mkl-10.0.5.025.ebuild: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the diff --git a/sci-libs/mkl/mkl-10.0.5.025.ebuild b/sci-libs/mkl/mkl-10.0.5.025.ebuild index e1ecb78120a4..9ebfcdea4707 100644 --- a/sci-libs/mkl/mkl-10.0.5.025.ebuild +++ b/sci-libs/mkl/mkl-10.0.5.025.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-10.0.5.025.ebuild,v 1.16 2012/10/16 20:36:47 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-10.0.5.025.ebuild,v 1.17 2013/02/28 14:04:00 jer Exp $ inherit eutils fortran-2 multilib toolchain-funcs check-reqs @@ -59,7 +59,7 @@ pkg_setup() { # Check if we have enough free diskspace to install CHECKREQS_DISK_BUILD="1100M" - check_reqs_pkg_setup + check-reqs_pkg_setup # Check and setup fortran if use fortran95; then |