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 479501382C5 for ; Sat, 20 Jan 2018 18:34:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 267E4E07AE; Sat, 20 Jan 2018 18:34:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 035E9E07A9 for ; Sat, 20 Jan 2018 18:34:29 +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 763DC335C2C for ; Sat, 20 Jan 2018 18:34:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05DF41B8 for ; Sat, 20 Jan 2018 18:34:27 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1516473233.2fdaad243548fc10d6db9297d579c34fd6eeef15.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/ncurses/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/ncurses/ncurses-6.0-r2.ebuild X-VCS-Directories: sys-libs/ncurses/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 2fdaad243548fc10d6db9297d579c34fd6eeef15 X-VCS-Branch: master Date: Sat, 20 Jan 2018 18:34:27 +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: fa889d41-3e8f-4de7-bc78-d1dc65ff31ed X-Archives-Hash: 8c632e5661c6bcf9d783a51ae2bf5f2b commit: 2fdaad243548fc10d6db9297d579c34fd6eeef15 Author: Mike Frysinger gentoo org> AuthorDate: Sat Jan 20 18:33:22 2018 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sat Jan 20 18:33:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fdaad24 sys-libs/ncurses: add upstream note about pc file bug workaround sys-libs/ncurses/ncurses-6.0-r2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-libs/ncurses/ncurses-6.0-r2.ebuild b/sys-libs/ncurses/ncurses-6.0-r2.ebuild index 9051223ca37..250619a40dd 100644 --- a/sys-libs/ncurses/ncurses-6.0-r2.ebuild +++ b/sys-libs/ncurses/ncurses-6.0-r2.ebuild @@ -116,6 +116,8 @@ do_configure() { # ncurses is dumb and doesn't install .pc files unless pkg-config # is also installed. Force the tests to go our way. Note that it # doesn't actually use pkg-config ... it just looks for set vars. + # This is fixed in newer versions: + # https://lists.gnu.org/archive/html/bug-ncurses/2015-08/msg00026.html --enable-pc-files --with-pkg-config="$(tc-getPKG_CONFIG)" # This path is used to control where the .pc files are installed.