From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1276878-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 E078913835A for <garchives@archives.gentoo.org>; Fri, 30 Apr 2021 23:39:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10975E08BD; Fri, 30 Apr 2021 23:39:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D44ECE088C for <gentoo-commits@lists.gentoo.org>; Fri, 30 Apr 2021 23:39:43 +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 D48A5340E67 for <gentoo-commits@lists.gentoo.org>; Fri, 30 Apr 2021 23:39:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81C244C3 for <gentoo-commits@lists.gentoo.org>; Fri, 30 Apr 2021 23:39:41 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1619825919.3b8acd7dbe1e0a8b40513daf4b9f0da0edc1a9bc.sam@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.0.5.ebuild X-VCS-Directories: sys-process/htop/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3b8acd7dbe1e0a8b40513daf4b9f0da0edc1a9bc X-VCS-Branch: master Date: Fri, 30 Apr 2021 23:39:41 +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: e5af4f35-7d3b-4604-9179-9fecd2964d0c X-Archives-Hash: 912b2389e00836f617128a21c4f81549 commit: 3b8acd7dbe1e0a8b40513daf4b9f0da0edc1a9bc Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 30 23:38:39 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Apr 30 23:38:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b8acd7d sys-process/htop: Stabilize 3.0.5 ppc64, #786696 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-process/htop/htop-3.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/htop/htop-3.0.5.ebuild b/sys-process/htop/htop-3.0.5.ebuild index 53608cea31a..1483e662ed6 100644 --- a/sys-process/htop/htop-3.0.5.ebuild +++ b/sys-process/htop/htop-3.0.5.ebuild @@ -10,7 +10,7 @@ inherit autotools linux-info python-any-r1 DESCRIPTION="interactive process viewer" HOMEPAGE="https://htop.dev/ https://github.com/htop-dev/htop" SRC_URI="https://github.com/htop-dev/${PN}/archive/${PV/_}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" LICENSE="BSD GPL-2" SLOT="0"