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 0384415802F for ; Wed, 29 Mar 2023 20:51:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F7602BC055; Wed, 29 Mar 2023 20:51:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 838272BC055 for ; Wed, 29 Mar 2023 20:51:06 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A40C4340DC3 for ; Wed, 29 Mar 2023 20:51:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2C579D9 for ; Wed, 29 Mar 2023 20:51:01 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1680123058.4c207b26a131e64b3184991aec24bc122d8d7835.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/RyzenAdj/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/RyzenAdj/RyzenAdj-0.12.0.ebuild X-VCS-Directories: sys-power/RyzenAdj/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: 4c207b26a131e64b3184991aec24bc122d8d7835 X-VCS-Branch: master Date: Wed, 29 Mar 2023 20:51:01 +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: 1440be05-4ae8-456c-8832-5b78188bae41 X-Archives-Hash: 75cfe09bcc26cf1385cb10bd76122e39 commit: 4c207b26a131e64b3184991aec24bc122d8d7835 Author: Piotr Karbowski gentoo org> AuthorDate: Wed Mar 29 20:39:41 2023 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Wed Mar 29 20:50:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c207b26 sys-power/RyzenAdj: 0.12.0 stabilization on amd64 and x86. Signed-off-by: Piotr Karbowski gentoo.org> sys-power/RyzenAdj/RyzenAdj-0.12.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-power/RyzenAdj/RyzenAdj-0.12.0.ebuild b/sys-power/RyzenAdj/RyzenAdj-0.12.0.ebuild index dff6f45cdbed..1212e30f5521 100644 --- a/sys-power/RyzenAdj/RyzenAdj-0.12.0.ebuild +++ b/sys-power/RyzenAdj/RyzenAdj-0.12.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/FlyGoat/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" DEPEND="sys-apps/pciutils" RDEPEND="${DEPEND}"