commit: 8d1a254b46c1c2e33b1a6c21cb882ce2ff570198 Author: Stefan Strogin <stefan.strogin <AT> gmail <DOT> com> AuthorDate: Wed Feb 13 00:59:54 2019 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> 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 <stefan.strogin <AT> gmail.com> Signed-off-by: James Le Cuirot <chewi <AT> 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 \
