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 E7E58158074 for ; Sat, 21 Jun 2025 17:27:14 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D113F341F58 for ; Sat, 21 Jun 2025 17:27:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C52571103DE; Sat, 21 Jun 2025 17:27:13 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B6D3F1103DE for ; Sat, 21 Jun 2025 17:27:13 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5ECBF341F59 for ; Sat, 21 Jun 2025 17:27:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCD042A11 for ; Sat, 21 Jun 2025 17:27:11 +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: <1750526778.f6cfd05c8e0498db4fcbe3b018784d3d8e12eba5.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.5.0.ebuild X-VCS-Directories: xfce-extra/xfce4-sensors-plugin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f6cfd05c8e0498db4fcbe3b018784d3d8e12eba5 X-VCS-Branch: master Date: Sat, 21 Jun 2025 17:27:11 +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: 16c7f405-9314-4e25-95bc-92be1446526b X-Archives-Hash: 7b05d3084e8488dc9d613ced0846dddb commit: f6cfd05c8e0498db4fcbe3b018784d3d8e12eba5 Author: Sam James gentoo org> AuthorDate: Sat Jun 21 17:26:18 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 21 17:26:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6cfd05c xfce-extra/xfce4-sensors-plugin: Stabilize 1.5.0 ppc, #957332 Signed-off-by: Sam James gentoo.org> xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.5.0.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.5.0.ebuild index 0475f5d9de7a..bf0e6c386679 100644 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.5.0.ebuild +++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.5.0.ebuild @@ -16,7 +16,7 @@ SRC_URI=" 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 )"