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 B66231382C5 for ; Sun, 21 Jun 2020 20:08:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3D82E08BD; Sun, 21 Jun 2020 20:08:12 +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 83BB3E083B for ; Sun, 21 Jun 2020 20:08:12 +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 8468234FF52 for ; Sun, 21 Jun 2020 20:08:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05B172B0 for ; Sun, 21 Jun 2020 20:08:08 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1592770072.5fd4366633cad3cf537c98a757275a91af34de5a.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/endlessh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/endlessh/endlessh-9999.ebuild X-VCS-Directories: net-misc/endlessh/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 5fd4366633cad3cf537c98a757275a91af34de5a X-VCS-Branch: master Date: Sun, 21 Jun 2020 20:08: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b5cc0ea7-f8f2-4949-8c64-01af366dce5b X-Archives-Hash: 22baccd7f17eeecbe527d5d26595d692 commit: 5fd4366633cad3cf537c98a757275a91af34de5a Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Jun 21 20:07:34 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Jun 21 20:07:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd43666 net-misc/endlessh: fix CFLAGS sed (again) Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev gentoo.org> net-misc/endlessh/endlessh-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/endlessh/endlessh-9999.ebuild b/net-misc/endlessh/endlessh-9999.ebuild index 4fe369495d5..45747936cb6 100644 --- a/net-misc/endlessh/endlessh-9999.ebuild +++ b/net-misc/endlessh/endlessh-9999.ebuild @@ -31,7 +31,7 @@ src_prepare() { sed -i \ -e 's/^CC/CC?/' \ - -e 's/^CFLAGS =/CFLAGS +=/' \ + -e 's/^CFLAGS =/CFLAGS +=/' \ -e 's/ -Os//' \ -e 's/^LDFLAGS/LDFLAGS?/' \ -e 's/^PREFIX/PREFIX?/' \