From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6C25E1381DF for ; Tue, 16 Feb 2016 19:20:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 264A721C029; Tue, 16 Feb 2016 19:20:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBA8421C029 for ; Tue, 16 Feb 2016 19:20:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C260234085D for ; Tue, 16 Feb 2016 19:20:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3D0E10AF for ; Tue, 16 Feb 2016 19:20:40 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1455650429.6a0855368870cd8044e58e65d5ce79f9a4af41d4.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-libs/ncurses/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: sys-libs/ncurses/ncurses-6.0-r1.ebuild X-VCS-Directories: sys-libs/ncurses/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 6a0855368870cd8044e58e65d5ce79f9a4af41d4 X-VCS-Branch: master Date: Tue, 16 Feb 2016 19:20:40 +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: a3bc9092-797b-42fe-a4ff-2421c8de3701 X-Archives-Hash: dad671ca143f9e6e77a719d8e0acfe70 commit: 6a0855368870cd8044e58e65d5ce79f9a4af41d4 Author: Fabian Groffen gentoo org> AuthorDate: Tue Feb 16 19:20:29 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Feb 16 19:20:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=6a085536 sys-libs/ncurses: fix installation location on Prefix Package-Manager: portage-2.2.20-prefix sys-libs/ncurses/ncurses-6.0-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-libs/ncurses/ncurses-6.0-r1.ebuild b/sys-libs/ncurses/ncurses-6.0-r1.ebuild index 3167ffb..302e6b7 100644 --- a/sys-libs/ncurses/ncurses-6.0-r1.ebuild +++ b/sys-libs/ncurses/ncurses-6.0-r1.ebuild @@ -112,6 +112,8 @@ do_configure() { # add '--with-terminfo-dirs' and then populate /etc/terminfo in # src_install() ... --with-terminfo-dirs="${EPREFIX}/etc/terminfo:${EPREFIX}/usr/share/terminfo" + # do not install in subdir (EPREFIX/usr/include/ncurses) + --enable-overwrite # Disabled until #245417 is sorted out. #$(use_with berkdb hashed-db)