summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>2018-02-21 15:51:04 +0100
committerLars Wendler <polynomial-c@gentoo.org>2018-02-21 15:52:22 +0100
commit4e83f450bfe1a968b5aa0aab47799f53f62e51a4 (patch)
treed3834c4e73ba255b1f5e80aab193cd0f664e021e
parentapp-arch/lzip: Use HTTPS (diff)
downloadgentoo-4e83f450.tar.gz
gentoo-4e83f450.tar.bz2
gentoo-4e83f450.zip
sys-libs/ncurses: Slight ebuild simplification.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r--sys-libs/ncurses/ncurses-6.1-r1.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys-libs/ncurses/ncurses-6.1-r1.ebuild b/sys-libs/ncurses/ncurses-6.1-r1.ebuild
index 2e95e356ae29..fffbdd92da9b 100644
--- a/sys-libs/ncurses/ncurses-6.1-r1.ebuild
+++ b/sys-libs/ncurses/ncurses-6.1-r1.ebuild
@@ -114,13 +114,8 @@ do_configure() {
# Disabled until #245417 is sorted out.
#$(use_with berkdb hashed-db)
- # 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 installation of .pc files.
--enable-pc-files
- --with-pkg-config="$(tc-getPKG_CONFIG)"
# This path is used to control where the .pc files are installed.
--with-pkg-config-libdir="${EPREFIX}/usr/$(get_libdir)/pkgconfig"