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 E2EA415814C for ; Wed, 18 Oct 2023 06:29:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 202D52BC047; Wed, 18 Oct 2023 06:29:34 +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 0D0DD2BC047 for ; Wed, 18 Oct 2023 06:29:34 +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 56802335D12 for ; Wed, 18 Oct 2023 06:29:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B589D128D for ; Wed, 18 Oct 2023 06:29:31 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1697610512.5aa5523d45d44fe594821df294d89e3f5ce64cb7.juippis@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.9.6.ebuild X-VCS-Directories: sys-process/bottom/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 5aa5523d45d44fe594821df294d89e3f5ce64cb7 X-VCS-Branch: master Date: Wed, 18 Oct 2023 06:29:31 +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: d27f6708-4497-4c15-8e6b-87b1f1657350 X-Archives-Hash: ce647a337f2a4074264a60bafdb2d877 commit: 5aa5523d45d44fe594821df294d89e3f5ce64cb7 Author: Joonas Niilola gentoo org> AuthorDate: Wed Oct 18 06:28:32 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Oct 18 06:28:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aa5523d sys-process/bottom: Stabilize 0.9.6 amd64, #915868 Signed-off-by: Joonas Niilola gentoo.org> sys-process/bottom/bottom-0.9.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/bottom/bottom-0.9.6.ebuild b/sys-process/bottom/bottom-0.9.6.ebuild index f5079ea37788..7dbec61affe7 100644 --- a/sys-process/bottom/bottom-0.9.6.ebuild +++ b/sys-process/bottom/bottom-0.9.6.ebuild @@ -184,7 +184,7 @@ SRC_URI="$(cargo_crate_uris)" LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 Boost-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB" 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