Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-apps/coreutils/
Date: Thu, 03 Jan 2019 14:39:18
Message-Id: 1546526336.034b056bf18dd4938a67a654a639f7939a0c03d5.grobian@gentoo
1 commit: 034b056bf18dd4938a67a654a639f7939a0c03d5
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 3 14:38:56 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 3 14:38:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=034b056b
7
8 sys-apps/coreutils: fix MAKEOPTS argument
9
10 Package-Manager: Portage-2.3.52.2-prefix, Repoman-2.3.12
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 sys-apps/coreutils/coreutils-8.30.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-apps/coreutils/coreutils-8.30.ebuild b/sys-apps/coreutils/coreutils-8.30.ebuild
17 index fb0b646972..b8303c115b 100644
18 --- a/sys-apps/coreutils/coreutils-8.30.ebuild
19 +++ b/sys-apps/coreutils/coreutils-8.30.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 @@ -78,7 +78,7 @@ src_prepare() {
27 Makefile.in \
28 || die
29 # and we need serial building :(
30 - export MAKEOPTS+="-j1"
31 + export MAKEOPTS+=" -j1"
32 fi
33 sed -i \
34 -e "/src_libstdbuf_so_LDFLAGS = -shared/s:-shared:-dynamiclib -install_name ${EPREFIX}/usr/libexec/coreutils/libstdbuf.dylib:" \