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 37777158083 for ; Wed, 11 Sep 2024 22:13:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D011CE29ED; Wed, 11 Sep 2024 22:13:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BB3C7E29ED for ; Wed, 11 Sep 2024 22:13:04 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0141342F9D for ; Wed, 11 Sep 2024 22:13:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F5D71F48 for ; Wed, 11 Sep 2024 22:13:02 +0000 (UTC) From: "Sam James" 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" Message-ID: <1726092757.0f99e5c6a1ae36f7013cbd3e434037950fabeea1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/bottom/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/bottom/bottom-0.10.1.ebuild X-VCS-Directories: sys-process/bottom/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0f99e5c6a1ae36f7013cbd3e434037950fabeea1 X-VCS-Branch: master Date: Wed, 11 Sep 2024 22:13:02 +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: 716dcf79-28af-4e8e-9e8b-937cb039005c X-Archives-Hash: 507e28596bbccb1c6755d59aa2bb7ca5 commit: 0f99e5c6a1ae36f7013cbd3e434037950fabeea1 Author: Sam James gentoo org> AuthorDate: Wed Sep 11 22:12:37 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 11 22:12:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f99e5c6 sys-process/bottom: Stabilize 0.10.1 ppc64, #939310 Signed-off-by: Sam James gentoo.org> sys-process/bottom/bottom-0.10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/bottom/bottom-0.10.1.ebuild b/sys-process/bottom/bottom-0.10.1.ebuild index 0f5d52649ced..338d07e9e117 100644 --- a/sys-process/bottom/bottom-0.10.1.ebuild +++ b/sys-process/bottom/bottom-0.10.1.ebuild @@ -234,7 +234,7 @@ LICENSE+=" Apache-2.0 ISC MIT MPL-2.0 Unicode-DFS-2016" # cargo-husky-1.5.0 LICENSE+=" MIT " SLOT="0" -KEYWORDS="amd64 arm64 ~ppc64" +KEYWORDS="amd64 arm64 ppc64" IUSE="+battery +gpu +zfs" # Rust packages ignore CFLAGS and LDFLAGS so let's silence the QA warnings