diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-09-05 08:36:50 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-09-05 08:36:50 +0000 |
commit | 9857f7502e4acf62ee11645fb5c3cd587564db55 (patch) | |
tree | ef3162d3e6066d4b4ccbc786a2ca31bcfbae02c8 /app-office/libreoffice/libreoffice-3.3.4.ebuild | |
parent | Non-maintainer Version Bump, #381765; thanks Christoph Brill for the patch (diff) | |
download | gentoo-2-9857f7502e4acf62ee11645fb5c3cd587564db55.tar.gz gentoo-2-9857f7502e4acf62ee11645fb5c3cd587564db55.tar.bz2 gentoo-2-9857f7502e4acf62ee11645fb5c3cd587564db55.zip |
Update the check-reqs eclass usage. Remove obsolete warning about jobs.
(Portage version: 2.2.0_alpha53/cvs/Linux x86_64)
Diffstat (limited to 'app-office/libreoffice/libreoffice-3.3.4.ebuild')
-rw-r--r-- | app-office/libreoffice/libreoffice-3.3.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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} |