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 5C4A21384B4 for ; Mon, 7 Dec 2015 10:02:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 139B021C07F; Mon, 7 Dec 2015 10:02:49 +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 069C121C06D for ; Mon, 7 Dec 2015 10:02:48 +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 D7680340860 for ; Mon, 7 Dec 2015 10:02:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F23E7E68 for ; Mon, 7 Dec 2015 10:02:42 +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: <1449482535.606994ea73a73af5988fb41544b0e656508427ae.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: 606994ea73a73af5988fb41544b0e656508427ae X-VCS-Branch: master Date: Mon, 7 Dec 2015 10:02:42 +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: 308c0908-555b-428a-a7f4-18cdd98532f2 X-Archives-Hash: a0afe1dbbf68772a9ffc957ee9b6ea99 commit: 606994ea73a73af5988fb41544b0e656508427ae Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Dec 7 10:02:15 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Dec 7 10:02:15 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=606994ea games-roguelike/angband: amd64 stable wrt bug #567668 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" 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 a8a4ff6..841ba0a 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 )