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 5F668158091 for ; Sun, 5 Jun 2022 12:47:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A1B9E0896; Sun, 5 Jun 2022 12:47:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 DB337E0891 for ; Sun, 5 Jun 2022 12:47:26 +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 6F5EB341AD3 for ; Sun, 5 Jun 2022 12:47:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A209646D for ; Sun, 5 Jun 2022 12:47:22 +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: <1654433238.71e18e484efd9785735c2e5b8d87e17b7f300567.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/btop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/btop/btop-1.2.7-r1.ebuild X-VCS-Directories: sys-process/btop/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 71e18e484efd9785735c2e5b8d87e17b7f300567 X-VCS-Branch: master Date: Sun, 5 Jun 2022 12:47:22 +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: 9a30e78c-c84a-4515-88b5-db0760fd2478 X-Archives-Hash: b201a133fb5d2f760afb7041bbbf6f2a commit: 71e18e484efd9785735c2e5b8d87e17b7f300567 Author: Jakov Smolić gentoo org> AuthorDate: Sun Jun 5 12:47:18 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun Jun 5 12:47:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71e18e48 sys-process/btop: Keyword 1.2.7-r1 ppc64, #849572 Signed-off-by: Jakov Smolić gentoo.org> sys-process/btop/btop-1.2.7-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/btop/btop-1.2.7-r1.ebuild b/sys-process/btop/btop-1.2.7-r1.ebuild index a3ce23678bf2..39adcfa15486 100644 --- a/sys-process/btop/btop-1.2.7-r1.ebuild +++ b/sys-process/btop/btop-1.2.7-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/aristocratos/btop/archive/refs/tags/v${PV}.tar.gz -> LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" PATCHES=( "${FILESDIR}/${P}-respect-cxx-var-839318.patch"