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 A21231388C1 for ; Fri, 6 Nov 2015 05:33:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13C3CE07FA; Fri, 6 Nov 2015 05:33:20 +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 AF816E07FA for ; Fri, 6 Nov 2015 05:33:19 +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 85F72340656 for ; Fri, 6 Nov 2015 05:33:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BE5421A3 for ; Fri, 6 Nov 2015 05:33:15 +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: <1446787984.77e0f3c7a277a0746f87f216a98b3e1692d5d5be.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-4.0.3.ebuild X-VCS-Directories: games-roguelike/angband/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 77e0f3c7a277a0746f87f216a98b3e1692d5d5be X-VCS-Branch: master Date: Fri, 6 Nov 2015 05:33:15 +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: 37e5d9cc-ddc9-4b23-a88d-702007b7861a X-Archives-Hash: 20b4ec24e2b1f79d24c1feb550069310 commit: 77e0f3c7a277a0746f87f216a98b3e1692d5d5be Author: Michael Sterrett gentoo org> AuthorDate: Fri Nov 6 05:33:04 2015 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Fri Nov 6 05:33:04 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e0f3c7 add slot to ncurses dep Package-Manager: portage-2.2.20.1 games-roguelike/angband/angband-4.0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-roguelike/angband/angband-4.0.3.ebuild b/games-roguelike/angband/angband-4.0.3.ebuild index dec221f..a8a4ff6 100644 --- a/games-roguelike/angband/angband-4.0.3.ebuild +++ b/games-roguelike/angband/angband-4.0.3.ebuild @@ -17,8 +17,8 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="ncurses sdl +sound X" RDEPEND="X? ( x11-libs/libX11 ) - !ncurses? ( !X? ( !sdl? ( sys-libs/ncurses[unicode] ) ) ) - ncurses? ( sys-libs/ncurses[unicode] ) + !ncurses? ( !X? ( !sdl? ( sys-libs/ncurses:0=[unicode] ) ) ) + ncurses? ( sys-libs/ncurses:0=[unicode] ) sdl? ( media-libs/libsdl[video,X] media-libs/sdl-ttf media-libs/sdl-image