commit:     a99a0fab412f08a493b692ba1abc42d7b35579dc
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 22 08:12:36 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Wed Aug 26 16:42:37 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a99a0fab

games-roguelike/angband: sys-libs/ncurses needs unicode use flag (bug #558172)

Package-Manager: portage-2.2.20.1

 games-roguelike/angband/angband-3.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-roguelike/angband/angband-3.5.1.ebuild 
b/games-roguelike/angband/angband-3.5.1.ebuild
index a3cbb86..8a7f562 100644
--- a/games-roguelike/angband/angband-3.5.1.ebuild
+++ b/games-roguelike/angband/angband-3.5.1.ebuild
@@ -18,8 +18,8 @@ KEYWORDS="amd64 ~ppc x86"
 IUSE="ncurses sdl +sound X"
 
 RDEPEND="X? ( x11-libs/libX11 )
-       !ncurses? ( !X? ( !sdl? ( sys-libs/ncurses ) ) )
-       ncurses? ( sys-libs/ncurses )
+       !ncurses? ( !X? ( !sdl? ( sys-libs/ncurses[unicode] ) ) )
+       ncurses? ( sys-libs/ncurses[unicode] )
        sdl? ( media-libs/libsdl[video,X]
                media-libs/sdl-ttf
                media-libs/sdl-image

Reply via email to