From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 90C7558973 for ; Thu, 4 Feb 2016 08:11:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9EF021C001; Thu, 4 Feb 2016 08:11:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67DE621C001 for ; Thu, 4 Feb 2016 08:11:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1AF98340A2B for ; Thu, 4 Feb 2016 08:11:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12CE111D for ; Thu, 4 Feb 2016 08:11:08 +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: <1454573448.be688d01214b00bee11b52c2ca98f3f54f704381.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.24.ebuild X-VCS-Directories: sys-apps/coreutils/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: be688d01214b00bee11b52c2ca98f3f54f704381 X-VCS-Branch: master Date: Thu, 4 Feb 2016 08:11:08 +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: 7398b9d5-ce07-4c16-a738-6fa878c33d43 X-Archives-Hash: 23add7b270e18e49c92d3c4ed57fdbac commit: be688d01214b00bee11b52c2ca98f3f54f704381 Author: Fabian Groffen gentoo org> AuthorDate: Thu Feb 4 08:10:42 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Feb 4 08:10:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=be688d01 sys-apps/coreutils: attempt to fixup build by not replacing more than intended Package-Manager: portage-2.2.20-prefix sys-apps/coreutils/coreutils-8.24.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/coreutils/coreutils-8.24.ebuild b/sys-apps/coreutils/coreutils-8.24.ebuild index f11f21d..24680c4 100644 --- a/sys-apps/coreutils/coreutils-8.24.ebuild +++ b/sys-apps/coreutils/coreutils-8.24.ebuild @@ -64,7 +64,7 @@ src_prepare() { || die fi sed -i \ - -e "s/libstdbuf.so/libstdbuf$(get_libname)/" \ + -e "s/libstdbuf\\.so/libstdbuf$(get_libname)/" \ src/stdbuf.c \ Makefile.in \ configure \