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 3C069138335 for ; Sat, 9 Mar 2019 22:35:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E247AE0968; Sat, 9 Mar 2019 22:35:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B29EDE0967 for ; Sat, 9 Mar 2019 22:35:15 +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 267DA335C67 for ; Sat, 9 Mar 2019 22:35:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8625E561 for ; Sat, 9 Mar 2019 22:35:12 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1552169772.8d1a254b46c1c2e33b1a6c21cb882ce2ff570198.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/angband/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-roguelike/angband/angband-4.1.3.ebuild X-VCS-Directories: games-roguelike/angband/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 8d1a254b46c1c2e33b1a6c21cb882ce2ff570198 X-VCS-Branch: master Date: Sat, 9 Mar 2019 22:35:12 +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: 367d6f70-2963-4c01-8344-7afc269c35d6 X-Archives-Hash: 245d4f9d01e2e635d29151f1ad84ac35 commit: 8d1a254b46c1c2e33b1a6c21cb882ce2ff570198 Author: Stefan Strogin gmail com> AuthorDate: Wed Feb 13 00:59:54 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Mar 9 22:16:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d1a254b games-roguelike/angband: drop pkg-config hack It is no longer needed since configure.ac was fixed upstream: https://github.com/angband/angband/commit/780d86b2b00baaac0b308783d1be1c2cae117dfe Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Stefan Strogin gmail.com> Signed-off-by: James Le Cuirot gentoo.org> games-roguelike/angband/angband-4.1.3.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/games-roguelike/angband/angband-4.1.3.ebuild b/games-roguelike/angband/angband-4.1.3.ebuild index e6a478bf942..34d75a13d94 100644 --- a/games-roguelike/angband/angband-4.1.3.ebuild +++ b/games-roguelike/angband/angband-4.1.3.ebuild @@ -62,7 +62,6 @@ src_configure() { myconf="--disable-sdl-mixer" fi - ac_cv_path_NCURSES_CONFIG="pkg-config ncursesw" \ econf \ --bindir="${EPREFIX}"/usr/bin \ --with-private-dirs \