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 EB309158020 for ; Fri, 11 Nov 2022 11:13:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 343E5E092D; Fri, 11 Nov 2022 11:13:37 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F08BE092D for ; Fri, 11 Nov 2022 11:13:37 +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 21D1C335D56 for ; Fri, 11 Nov 2022 11:13:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D1915F7 for ; Fri, 11 Nov 2022 11:13:34 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1668165154.d16ae5e3858bebad59cb10f8eaab16c87cd64d17.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/radeontop/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/radeontop/radeontop-1.4.ebuild X-VCS-Directories: app-misc/radeontop/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: d16ae5e3858bebad59cb10f8eaab16c87cd64d17 X-VCS-Branch: master Date: Fri, 11 Nov 2022 11:13:34 +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: 29f54f39-e2a0-4e7c-8bb7-9ea0a2ad5145 X-Archives-Hash: f13e4e97f5d99e482f19b23fa70882f8 commit: d16ae5e3858bebad59cb10f8eaab16c87cd64d17 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Nov 11 11:11:36 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Nov 11 11:12:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16ae5e3 app-misc/radeontop: keyword 1.4 for ~ppc64 Signed-off-by: Georgy Yakovlev gentoo.org> app-misc/radeontop/radeontop-1.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/radeontop/radeontop-1.4.ebuild b/app-misc/radeontop/radeontop-1.4.ebuild index 31f1c853a9f5..94f74e964cdd 100644 --- a/app-misc/radeontop/radeontop-1.4.ebuild +++ b/app-misc/radeontop/radeontop-1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/clbr/radeontop/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="nls video_cards_amdgpu video_cards_radeon" REQUIRED_USE=" || ( video_cards_amdgpu video_cards_radeon )