commit: 034b056bf18dd4938a67a654a639f7939a0c03d5
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 3 14:38:56 2019 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Jan 3 14:38:56 2019 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=034b056b
sys-apps/coreutils: fix MAKEOPTS argument
Package-Manager: Portage-2.3.52.2-prefix, Repoman-2.3.12
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
sys-apps/coreutils/coreutils-8.30.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/coreutils/coreutils-8.30.ebuild
b/sys-apps/coreutils/coreutils-8.30.ebuild
index fb0b646972..b8303c115b 100644
--- a/sys-apps/coreutils/coreutils-8.30.ebuild
+++ b/sys-apps/coreutils/coreutils-8.30.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -78,7 +78,7 @@ src_prepare() {
Makefile.in \
|| die
# and we need serial building :(
- export MAKEOPTS+="-j1"
+ export MAKEOPTS+=" -j1"
fi
sed -i \
-e "/src_libstdbuf_so_LDFLAGS =
-shared/s:-shared:-dynamiclib -install_name
${EPREFIX}/usr/libexec/coreutils/libstdbuf.dylib:" \