diff options
author | 2009-03-13 05:20:59 +0000 | |
---|---|---|
committer | 2009-03-13 05:20:59 +0000 | |
commit | dd2bb4828c873d09524ca2a30a518e472bf4a771 (patch) | |
tree | 9cac49d8af1323c7213c52379f0b8bec30428ff0 /sys-apps | |
parent | old (diff) | |
download | gentoo-2-dd2bb4828c873d09524ca2a30a518e472bf4a771.tar.gz gentoo-2-dd2bb4828c873d09524ca2a30a518e472bf4a771.tar.bz2 gentoo-2-dd2bb4828c873d09524ca2a30a518e472bf4a771.zip |
fixup more test failures #259876
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/coreutils/coreutils-7.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/coreutils/coreutils-7.1.ebuild b/sys-apps/coreutils/coreutils-7.1.ebuild index 3a67965a0a22..8c118660a36a 100644 --- a/sys-apps/coreutils/coreutils-7.1.ebuild +++ b/sys-apps/coreutils/coreutils-7.1.ebuild @@ -1,10 +1,10 @@ - # Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild,v 1.4 2009/03/12 13:15:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild,v 1.5 2009/03/13 05:20:59 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs -PATCH_VER="2" +PATCH_VER="3" DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...)" HOMEPAGE="http://www.gnu.org/software/coreutils/" SRC_URI="ftp://alpha.gnu.org/gnu/coreutils/${P}.tar.gz @@ -79,7 +79,7 @@ src_test() { addwrite /dev/full #export RUN_EXPENSIVE_TESTS="yes" #export FETISH_GROUPS="portage wheel" - make -k check || die "make check failed" + emake -j1 -k check || die "make check failed" } src_install() { |