From 9857f7502e4acf62ee11645fb5c3cd587564db55 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Mon, 5 Sep 2011 08:36:50 +0000 Subject: Update the check-reqs eclass usage. Remove obsolete warning about jobs. (Portage version: 2.2.0_alpha53/cvs/Linux x86_64) --- app-office/libreoffice/libreoffice-3.3.4.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app-office/libreoffice/libreoffice-3.3.4.ebuild') diff --git a/app-office/libreoffice/libreoffice-3.3.4.ebuild b/app-office/libreoffice/libreoffice-3.3.4.ebuild index a1e2cccbb01a..2cfffbb774ba 100644 --- a/app-office/libreoffice/libreoffice-3.3.4.ebuild +++ b/app-office/libreoffice/libreoffice-3.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.3.4.ebuild,v 1.3 2011/09/04 20:06:04 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.3.4.ebuild,v 1.4 2011/09/05 08:36:50 scarabeus Exp $ EAPI="3" @@ -226,9 +226,9 @@ src_prepare() { ewarn # Check if we have enough RAM and free diskspace to build this beast - CHECKREQS_MEMORY="512" - use debug && CHECKREQS_DISK_BUILD="12288" || CHECKREQS_DISK_BUILD="7144" - check_reqs + CHECKREQS_MEMORY="512M" + use debug && CHECKREQS_DISK_BUILD="12G" || CHECKREQS_DISK_BUILD="7G" + check-reqs_pkg_setup strip-linguas ${LANGS} -- cgit v1.2.3-65-gdbad