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 8CF7C138010 for ; Tue, 16 Feb 2016 00:14:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 312F921C019; Tue, 16 Feb 2016 00:14:05 +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 C440B21C019 for ; Tue, 16 Feb 2016 00:14:04 +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 9E834340948 for ; Tue, 16 Feb 2016 00:14:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB8DCE5F for ; Tue, 16 Feb 2016 00:14:01 +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: <1455581628.ea32f4e940431dfa35882f1f9c83c07cd97ab2a4.steev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/htop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/htop/htop-2.0.0.ebuild X-VCS-Directories: sys-process/htop/ X-VCS-Committer: steev X-VCS-Committer-Name: Stephen Klimaszewski X-VCS-Revision: ea32f4e940431dfa35882f1f9c83c07cd97ab2a4 X-VCS-Branch: master Date: Tue, 16 Feb 2016 00:14:01 +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: 21d2d906-2f8b-46eb-b22b-431903fa489c X-Archives-Hash: 09ade23ce6958e662d1e2a26b039cf71 commit: ea32f4e940431dfa35882f1f9c83c07cd97ab2a4 Author: Steev Klimaszewski gentoo org> AuthorDate: Mon Feb 15 19:46:52 2016 +0000 Commit: Stephen Klimaszewski gentoo org> CommitDate: Tue Feb 16 00:13:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea32f4e9 htop: add arm64 keyword Package-Manager: portage-2.2.27 sys-process/htop/htop-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/htop/htop-2.0.0.ebuild b/sys-process/htop/htop-2.0.0.ebuild index 40725cb..cef5dc5 100644 --- a/sys-process/htop/htop-2.0.0.ebuild +++ b/sys-process/htop/htop-2.0.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://hisham.hm/htop/releases/${PV}/${P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="kernel_FreeBSD kernel_linux openvz unicode vserver" RDEPEND="sys-libs/ncurses:0=[unicode?]"