From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 36B6E1381F1 for ; Sat, 7 Apr 2018 15:59:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71EFBE0953; Sat, 7 Apr 2018 15:59:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A5BEE0953 for ; Sat, 7 Apr 2018 15:59:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C69F335C02 for ; Sat, 7 Apr 2018 15:59:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87A08230 for ; Sat, 7 Apr 2018 15:59:14 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1523116743.1ef7ed6d2fa96eabbc5d8ade7132fc096578b69f.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-apps/coreutils/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: sys-apps/coreutils/coreutils-8.29.ebuild X-VCS-Directories: sys-apps/coreutils/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 1ef7ed6d2fa96eabbc5d8ade7132fc096578b69f X-VCS-Branch: master Date: Sat, 7 Apr 2018 15:59:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: add2964a-f851-48a1-8a3f-aaa4971ec3e1 X-Archives-Hash: e6a8659104f6ab7abcf8e3616826afcc commit: 1ef7ed6d2fa96eabbc5d8ade7132fc096578b69f Author: Fabian Groffen gentoo org> AuthorDate: Sat Apr 7 15:59:03 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Apr 7 15:59:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=1ef7ed6d sys-apps/coreutils: fix sed not to produce invalid code Package-Manager: Portage-2.3.18-prefix, Repoman-2.3.6 sys-apps/coreutils/coreutils-8.29.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/coreutils/coreutils-8.29.ebuild b/sys-apps/coreutils/coreutils-8.29.ebuild index 6c8a9c89a4..a7ce6492fd 100644 --- a/sys-apps/coreutils/coreutils-8.29.ebuild +++ b/sys-apps/coreutils/coreutils-8.29.ebuild @@ -73,7 +73,7 @@ src_prepare() { # we need replacement libs from libcoreutils.a here in order # to finish the linking sed -i \ - -e "/src_libstdbuf_so_LDADD/s:$:lib/libcoreutils.a:" \ + -e "/src_libstdbuf_so_LDADD/s:$: lib/libcoreutils.a:" \ Makefile.in \ || die fi