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 18FFB13989D for ; Wed, 26 Aug 2015 16:43:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9034B14120; Wed, 26 Aug 2015 16:43:38 +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 3CADE14120 for ; Wed, 26 Aug 2015 16:43:38 +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 3545134063E for ; Wed, 26 Aug 2015 16:43:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93A2915B for ; Wed, 26 Aug 2015 16:43:35 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1440607357.a99a0fab412f08a493b692ba1abc42d7b35579dc.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/angband/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-roguelike/angband/angband-3.5.1.ebuild X-VCS-Directories: games-roguelike/angband/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: a99a0fab412f08a493b692ba1abc42d7b35579dc X-VCS-Branch: master Date: Wed, 26 Aug 2015 16:43:35 +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: ba6d732e-2560-4d77-a038-21a163785846 X-Archives-Hash: 4018a94d7286bff2987442d3cb376b68 commit: a99a0fab412f08a493b692ba1abc42d7b35579dc Author: Michael Sterrett gentoo org> AuthorDate: Sat Aug 22 08:12:36 2015 +0000 Commit: Michael Sterrett gentoo 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