From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-866718-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 6FDB01388C1
	for <garchives@archives.gentoo.org>; Wed,  2 Mar 2016 20:44:49 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E2C6821C026;
	Wed,  2 Mar 2016 20:44:48 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 8462521C026
	for <gentoo-commits@lists.gentoo.org>; Wed,  2 Mar 2016 20:44:48 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 6AAF7340C1E
	for <gentoo-commits@lists.gentoo.org>; Wed,  2 Mar 2016 20:44:47 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id ECCF118A7
	for <gentoo-commits@lists.gentoo.org>; Wed,  2 Mar 2016 20:44:44 +0000 (UTC)
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1456951479.392cd06ebc6ac9fc6a93f70e975b39c51f039a8e.jlec@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/mkl/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sci-libs/mkl/mkl-10.0.5.025.ebuild
X-VCS-Directories: sci-libs/mkl/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 392cd06ebc6ac9fc6a93f70e975b39c51f039a8e
X-VCS-Branch: master
Date: Wed,  2 Mar 2016 20:44:44 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 822c0d59-e2fd-4b5e-bd8e-649034351ed1
X-Archives-Hash: 25ccb6fd230c56dc80f21381f6593825

commit:     392cd06ebc6ac9fc6a93f70e975b39c51f039a8e
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  2 20:16:22 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Mar  2 20:44:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392cd06e

sci-libs/mkl: Properly check for free disk space

Gentoo-Bugs: https://bugs.gentoo.org/show_bug.cgi?id=576044

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-libs/mkl/mkl-10.0.5.025.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/sci-libs/mkl/mkl-10.0.5.025.ebuild b/sci-libs/mkl/mkl-10.0.5.025.ebuild
index 4978b61..f49e232 100644
--- a/sci-libs/mkl/mkl-10.0.5.025.ebuild
+++ b/sci-libs/mkl/mkl-10.0.5.025.ebuild
@@ -31,6 +31,8 @@ RDEPEND="${DEPEND}
 MKL_DIR=/opt/intel/${PN}/${PV}
 INTEL_LIC_DIR=/opt/intel/licenses
 
+CHECKREQS_DISK_BUILD=3500M
+
 QA_PREBUILT="opt/intel/${PN}/${PV}/*"
 
 get_fcomp() {
@@ -45,6 +47,7 @@ get_fcomp() {
 }
 
 pkg_setup() {
+	check-reqs_pkg_setup
 	fortran-2_pkg_setup
 	# Check the license
 	if [[ -z ${MKL_LICENSE} ]]; then
@@ -89,6 +92,8 @@ pkg_setup() {
 }
 
 src_prepare() {
+	check-reqs_src_prepare
+
 	cd l_${PN}_*_${PV}/install || die
 
 	cp ${MKL_LICENSE} "${WORKDIR}"/ || die