Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/ncurses/
Date: Wed, 21 Feb 2018 14:52:28
Message-Id: 1519224742.4e83f450bfe1a968b5aa0aab47799f53f62e51a4.polynomial-c@gentoo
1 commit: 4e83f450bfe1a968b5aa0aab47799f53f62e51a4
2 Author: Arfrever Frehtes Taifersar Arahesis <arfrever.fta <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 21 14:51:04 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 21 14:52:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e83f450
7
8 sys-libs/ncurses: Slight ebuild simplification.
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 sys-libs/ncurses/ncurses-6.1-r1.ebuild | 7 +------
13 1 file changed, 1 insertion(+), 6 deletions(-)
14
15 diff --git a/sys-libs/ncurses/ncurses-6.1-r1.ebuild b/sys-libs/ncurses/ncurses-6.1-r1.ebuild
16 index 2e95e356ae2..fffbdd92da9 100644
17 --- a/sys-libs/ncurses/ncurses-6.1-r1.ebuild
18 +++ b/sys-libs/ncurses/ncurses-6.1-r1.ebuild
19 @@ -114,13 +114,8 @@ do_configure() {
20 # Disabled until #245417 is sorted out.
21 #$(use_with berkdb hashed-db)
22
23 - # ncurses is dumb and doesn't install .pc files unless pkg-config
24 - # is also installed. Force the tests to go our way. Note that it
25 - # doesn't actually use pkg-config ... it just looks for set vars.
26 - # This is fixed in newer versions:
27 - # https://lists.gnu.org/archive/html/bug-ncurses/2015-08/msg00026.html
28 + # Enable installation of .pc files.
29 --enable-pc-files
30 - --with-pkg-config="$(tc-getPKG_CONFIG)"
31 # This path is used to control where the .pc files are installed.
32 --with-pkg-config-libdir="${EPREFIX}/usr/$(get_libdir)/pkgconfig"