From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1084125-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DAAAC138335 for <garchives@archives.gentoo.org>; Thu, 18 Apr 2019 03:30:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DDD4E0BC6; Thu, 18 Apr 2019 03:30:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DF74E0BC6 for <gentoo-commits@lists.gentoo.org>; Thu, 18 Apr 2019 03:30:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A0623417DB for <gentoo-commits@lists.gentoo.org>; Thu, 18 Apr 2019 03:30:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D57A5B2 for <gentoo-commits@lists.gentoo.org>; Thu, 18 Apr 2019 03:30:15 +0000 (UTC) From: "Aaron Bauman" <bman@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" <bman@gentoo.org> Message-ID: <1555558196.ced7d7d78e6fa9fb2309391231b65af6a66f6ddc.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/nethack/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-roguelike/nethack/nethack-3.6.1.ebuild X-VCS-Directories: games-roguelike/nethack/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: ced7d7d78e6fa9fb2309391231b65af6a66f6ddc X-VCS-Branch: master Date: Thu, 18 Apr 2019 03:30:15 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: af2b7019-1e83-4db7-863e-5f9f5066fc14 X-Archives-Hash: 3bcbcb0ff992888bcb1de51ac30d62cc commit: ced7d7d78e6fa9fb2309391231b65af6a66f6ddc Author: Andrius Štikonas <andrius <AT> stikonas <DOT> eu> AuthorDate: Sat Oct 27 18:34:12 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Thu Apr 18 03:29:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced7d7d7 games-roguelike/nethack: Add ~arm64 keyword Signed-off-by: Andrius Štikonas <andrius <AT> stikonas.eu> Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> games-roguelike/nethack/nethack-3.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-roguelike/nethack/nethack-3.6.1.ebuild b/games-roguelike/nethack/nethack-3.6.1.ebuild index 67fdfa59144..783a9ec4f64 100644 --- a/games-roguelike/nethack/nethack-3.6.1.ebuild +++ b/games-roguelike/nethack/nethack-3.6.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://nethack.org/download/${PV}/nethack-${MY_PV}-src.tgz" LICENSE="nethack" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="X" RDEPEND="sys-libs/ncurses:0=