summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-08-22 04:12:36 -0400
committerMichael Sterrett <mr_bones_@gentoo.org>2015-08-26 12:42:37 -0400
commita99a0fab412f08a493b692ba1abc42d7b35579dc (patch)
tree410716af9e35e91e851923e2f3d4babc04d47b3e /games-roguelike
parentdev-libs/libmemcached: arm stable, bug #557572 (diff)
downloadgentoo-a99a0fab412f08a493b692ba1abc42d7b35579dc.tar.gz
gentoo-a99a0fab412f08a493b692ba1abc42d7b35579dc.tar.bz2
gentoo-a99a0fab412f08a493b692ba1abc42d7b35579dc.zip
games-roguelike/angband: sys-libs/ncurses needs unicode use flag (bug #558172)
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'games-roguelike')
-rw-r--r--games-roguelike/angband/angband-3.5.1.ebuild4
1 files 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 a3cbb867a40f..8a7f562dbd07 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