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 562D613888F for ; Wed, 7 Oct 2015 05:19:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D71CE0810; Wed, 7 Oct 2015 05:19:41 +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 EB200E0810 for ; Wed, 7 Oct 2015 05:19:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03BCF3408EC for ; Wed, 7 Oct 2015 05:19:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2FFC5A7 for ; Wed, 7 Oct 2015 05:19:34 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1444195051.25fa211cc3ee1666af6d6807c845ae6e1ec4a5f8.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/progress/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/progress/progress-0.9.ebuild X-VCS-Directories: sys-apps/progress/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 25fa211cc3ee1666af6d6807c845ae6e1ec4a5f8 X-VCS-Branch: master Date: Wed, 7 Oct 2015 05:19:34 +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: c4b9d3ef-ad4d-460b-93b8-6fd0916eb1f8 X-Archives-Hash: 806faa8dfc4e857f18bf0099d0582c52 commit: 25fa211cc3ee1666af6d6807c845ae6e1ec4a5f8 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Oct 7 05:17:31 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Oct 7 05:17:31 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25fa211c sys-apps/progress: Fix building against sys-libs/ncurses[tinfo]. Package-Manager: portage-2.2.22 sys-apps/progress/progress-0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/progress/progress-0.9.ebuild b/sys-apps/progress/progress-0.9.ebuild index 2b3bafe..2ad11d2 100644 --- a/sys-apps/progress/progress-0.9.ebuild +++ b/sys-apps/progress/progress-0.9.ebuild @@ -21,7 +21,7 @@ DEPEND=" src_prepare() { sed -i \ - -e '/LFLAGS/s:-lncurses:$(LDFLAGS) $(shell $(PKG_CONFIG) --libs ncurses):' \ + -e '/LDFLAGS/s:-lncurses:$(shell $(PKG_CONFIG) --libs ncurses):' \ -e 's:CFLAGS=-g:CFLAGS+=:' \ -e 's:gcc:$(CC):g' \ Makefile || die