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 EFD901381DF for ; Tue, 16 Feb 2016 12:25:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2665E07EA; Tue, 16 Feb 2016 12:25:50 +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 8AA78E07EA for ; Tue, 16 Feb 2016 12:25:50 +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 32EA333BEBE for ; Tue, 16 Feb 2016 12:25:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B076510AF for ; Tue, 16 Feb 2016 12:25:44 +0000 (UTC) From: "Stephen Klimaszewski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stephen Klimaszewski" Message-ID: <1455625523.c2a3737623e6074164acb93c5f6193f25af39bcd.steev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/whois/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/whois/whois-5.2.11.ebuild X-VCS-Directories: net-misc/whois/ X-VCS-Committer: steev X-VCS-Committer-Name: Stephen Klimaszewski X-VCS-Revision: c2a3737623e6074164acb93c5f6193f25af39bcd X-VCS-Branch: master Date: Tue, 16 Feb 2016 12:25:44 +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: a34e56e3-95fb-4f18-8765-915db73ad605 X-Archives-Hash: 3ceea522b5f4b2768513300fc5e4e627 commit: c2a3737623e6074164acb93c5f6193f25af39bcd Author: Steev Klimaszewski gentoo org> AuthorDate: Tue Feb 16 12:25:23 2016 +0000 Commit: Stephen Klimaszewski gentoo org> CommitDate: Tue Feb 16 12:25:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2a37376 net-misc/whois: Add ~arm64 keyword Tested on Cortex-A53 Package-Manager: portage-2.2.27 net-misc/whois/whois-5.2.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/whois/whois-5.2.11.ebuild b/net-misc/whois/whois-5.2.11.ebuild index ef16fce..b6ac6d8 100644 --- a/net-misc/whois/whois-5.2.11.ebuild +++ b/net-misc/whois/whois-5.2.11.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" IUSE="iconv idn nls" RESTRICT="test" #59327