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 B65411384B4 for ; Mon, 7 Dec 2015 11:40:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C75A21C0AC; Mon, 7 Dec 2015 11:40:33 +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 C356021C08E for ; Mon, 7 Dec 2015 11:40:31 +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 862113408CB for ; Mon, 7 Dec 2015 11:40:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AB93F1B for ; Mon, 7 Dec 2015 11:40:26 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1449488416.8846ffe907f650d8633077cb1a1284cad8e2ab40.ago@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: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 8846ffe907f650d8633077cb1a1284cad8e2ab40 X-VCS-Branch: master Date: Mon, 7 Dec 2015 11:40:26 +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: 42268650-7c69-49b6-9eb8-a13318d131ee X-Archives-Hash: 4a38c499d9ca09170eec0908f400fb11 commit: 8846ffe907f650d8633077cb1a1284cad8e2ab40 Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Dec 7 11:39:06 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Dec 7 11:40:16 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8846ffe9 games-roguelike/angband: ppc stable wrt bug #567668 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo gentoo.org> games-roguelike/angband/angband-4.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-roguelike/angband/angband-4.0.3.ebuild b/games-roguelike/angband/angband-4.0.3.ebuild index 841ba0a..da72dbb 100644 --- a/games-roguelike/angband/angband-4.0.3.ebuild +++ b/games-roguelike/angband/angband-4.0.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://rephial.org/downloads/${MAJOR_PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc ~x86" IUSE="ncurses sdl +sound X" RDEPEND="X? ( x11-libs/libX11 )