Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/ncurses/
Date: Sun, 30 Aug 2015 01:52:54
Message-Id: 1440899235.f5b7039a9bc8c63240340b947c80393e92e21afe.floppym@gentoo
1 commit: f5b7039a9bc8c63240340b947c80393e92e21afe
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 01:47:02 2015 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 01:47:15 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5b7039a
7
8 sys-libs/ncurses: Restrict has_version check to slot 0
9
10 Otherwise, we match against sys-libs/ncurses-6.0:5/6, which does not
11 include the tic command.
12
13 Package-Manager: portage-2.2.20
14
15 sys-libs/ncurses/ncurses-6.0-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sys-libs/ncurses/ncurses-6.0-r1.ebuild b/sys-libs/ncurses/ncurses-6.0-r1.ebuild
19 index 977da6d..245d977 100644
20 --- a/sys-libs/ncurses/ncurses-6.0-r1.ebuild
21 +++ b/sys-libs/ncurses/ncurses-6.0-r1.ebuild
22 @@ -67,7 +67,7 @@ src_configure() {
23 # This comes up when cross-compiling, doing multilib builds, upgrading,
24 # or installing for the first time. Build a local copy of tic whenever
25 # the host version isn't available. #249363 #557598
26 - if ! ROOT=/ has_version "~sys-libs/${P}" ; then
27 + if ! ROOT=/ has_version "~sys-libs/${P}:0" ; then
28 # We can't re-use the multilib BUILD_DIR because we run outside of it.
29 BUILD_DIR="${WORKDIR}" \
30 CHOST=${CBUILD} \