Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/angband/
Date: Wed, 26 Aug 2015 16:43:40
Message-Id: 1440607357.a99a0fab412f08a493b692ba1abc42d7b35579dc.mr_bones_@gentoo
1 commit: a99a0fab412f08a493b692ba1abc42d7b35579dc
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 22 08:12:36 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 26 16:42:37 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a99a0fab
7
8 games-roguelike/angband: sys-libs/ncurses needs unicode use flag (bug #558172)
9
10 Package-Manager: portage-2.2.20.1
11
12 games-roguelike/angband/angband-3.5.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-roguelike/angband/angband-3.5.1.ebuild b/games-roguelike/angband/angband-3.5.1.ebuild
16 index a3cbb86..8a7f562 100644
17 --- a/games-roguelike/angband/angband-3.5.1.ebuild
18 +++ b/games-roguelike/angband/angband-3.5.1.ebuild
19 @@ -18,8 +18,8 @@ KEYWORDS="amd64 ~ppc x86"
20 IUSE="ncurses sdl +sound X"
21
22 RDEPEND="X? ( x11-libs/libX11 )
23 - !ncurses? ( !X? ( !sdl? ( sys-libs/ncurses ) ) )
24 - ncurses? ( sys-libs/ncurses )
25 + !ncurses? ( !X? ( !sdl? ( sys-libs/ncurses[unicode] ) ) )
26 + ncurses? ( sys-libs/ncurses[unicode] )
27 sdl? ( media-libs/libsdl[video,X]
28 media-libs/sdl-ttf
29 media-libs/sdl-image