From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A5C59158094 for ; Sat, 3 Sep 2022 21:30:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0735E07D8; Sat, 3 Sep 2022 21:30:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB2A6E07D8 for ; Sat, 3 Sep 2022 21:30:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26ABB33BECE for ; Sat, 3 Sep 2022 21:30:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54D0D5C6 for ; Sat, 3 Sep 2022 21:30:05 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1662240585.19560b4e1b37da5f016f28d12e6675b8db2f440a.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/htop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/htop/htop-3.2.1-r2.ebuild X-VCS-Directories: sys-process/htop/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 19560b4e1b37da5f016f28d12e6675b8db2f440a X-VCS-Branch: master Date: Sat, 3 Sep 2022 21:30:05 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c0c6b845-d6ed-464a-a372-f05c45f9ff8e X-Archives-Hash: 16934838b83243215c8930659b49243f commit: 19560b4e1b37da5f016f28d12e6675b8db2f440a Author: Jakov Smolić gentoo org> AuthorDate: Sat Sep 3 21:29:45 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sat Sep 3 21:29:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19560b4e sys-process/htop: Stabilize 3.2.1-r2 arm, #868300 Signed-off-by: Jakov Smolić gentoo.org> sys-process/htop/htop-3.2.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/htop/htop-3.2.1-r2.ebuild b/sys-process/htop/htop-3.2.1-r2.ebuild index 3d8b5b9f6a2a..7b34f4d9c3dd 100644 --- a/sys-process/htop/htop-3.2.1-r2.ebuild +++ b/sys-process/htop/htop-3.2.1-r2.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]] ; then inherit autotools git-r3 else SRC_URI="https://github.com/htop-dev/htop/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" fi S="${WORKDIR}/${P/_}"