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 4CAFA59CA3 for ; Wed, 16 Mar 2016 11:51:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C1A421C051; Wed, 16 Mar 2016 11:51:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7324F21C046 for ; Wed, 16 Mar 2016 11:51:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9BFFE340D01 for ; Wed, 16 Mar 2016 11:51:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73E9D878 for ; Wed, 16 Mar 2016 11:51:22 +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: <1458129075.5a9aa7aa03528c5d657a0a03f99bd74bdde7cf35.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.4.ebuild X-VCS-Directories: games-roguelike/angband/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 5a9aa7aa03528c5d657a0a03f99bd74bdde7cf35 X-VCS-Branch: master Date: Wed, 16 Mar 2016 11:51:22 +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: cf70d585-7598-4691-91d3-cc4af2e49e28 X-Archives-Hash: 5efe3ae753dc9e19b323024d6ba23915 commit: 5a9aa7aa03528c5d657a0a03f99bd74bdde7cf35 Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Mar 16 11:50:24 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Mar 16 11:51:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a9aa7aa games-roguelike/angband: ppc stable wrt bug #577022 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo gentoo.org> games-roguelike/angband/angband-4.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-roguelike/angband/angband-4.0.4.ebuild b/games-roguelike/angband/angband-4.0.4.ebuild index 89d1e31..f8c1cdc 100644 --- a/games-roguelike/angband/angband-4.0.4.ebuild +++ b/games-roguelike/angband/angband-4.0.4.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 )