From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 85E911584F2 for ; Tue, 18 Mar 2025 00:55:36 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 70943343250 for ; Tue, 18 Mar 2025 00:55:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 38D521103E2; Tue, 18 Mar 2025 00:55:21 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 2F17D1103E2 for ; Tue, 18 Mar 2025 00:55:21 +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 DF101342FDC for ; Tue, 18 Mar 2025 00:55:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FCBA261C for ; Tue, 18 Mar 2025 00:55:18 +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: <1742259230.d819146f8066a006c885c506de0af6bb5d71e5e2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-sensors-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.4.5.ebuild X-VCS-Directories: xfce-extra/xfce4-sensors-plugin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d819146f8066a006c885c506de0af6bb5d71e5e2 X-VCS-Branch: master Date: Tue, 18 Mar 2025 00:55:18 +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: da4d5639-269e-407b-a35c-10933001ef50 X-Archives-Hash: f610e2732882d42572da7d167e4ea98e commit: d819146f8066a006c885c506de0af6bb5d71e5e2 Author: Sam James gentoo org> AuthorDate: Tue Mar 18 00:51:55 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 18 00:53:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d819146f xfce-extra/xfce4-sensors-plugin: Stabilize 1.4.5 ppc64, #948715 Signed-off-by: Sam James gentoo.org> xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.4.5.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.4.5.ebuild index 4d7693c915b1..82a57d17a9f6 100644 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.4.5.ebuild +++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.4.5.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 ppc ppc64 ~riscv x86" IUSE="+acpi hddtemp libnotify lm-sensors video_cards_nvidia" REQUIRED_USE="|| ( hddtemp lm-sensors acpi )"