From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1269583-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DDB9813835C for <garchives@archives.gentoo.org>; Sun, 11 Apr 2021 11:11:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CC3AE0978; Sun, 11 Apr 2021 11:11:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 012CBE0978 for <gentoo-commits@lists.gentoo.org>; Sun, 11 Apr 2021 11:11:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15116340B53 for <gentoo-commits@lists.gentoo.org>; Sun, 11 Apr 2021 11:11:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A054673 for <gentoo-commits@lists.gentoo.org>; Sun, 11 Apr 2021 11:11:26 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1618139411.34d433a3c434286fb05cc20437918de6e33ec057.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.3.95.ebuild X-VCS-Directories: xfce-extra/xfce4-sensors-plugin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 34d433a3c434286fb05cc20437918de6e33ec057 X-VCS-Branch: master Date: Sun, 11 Apr 2021 11:11:26 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 81f3fc25-f0e6-4418-8bec-39474bd278bf X-Archives-Hash: 41c09b880038724c35be2f65a44972a3 commit: 34d433a3c434286fb05cc20437918de6e33ec057 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 11 11:10:11 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 11 11:10:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d433a3 xfce-extra/xfce4-sensors-plugin: Stabilize 1.3.95 amd64, #781740 Signed-off-by: Sam James <sam <AT> gentoo.org> xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.95.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.95.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.95.ebuild index bf6d13b2237..07c2f2019e3 100644 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.95.ebuild +++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.95.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="+acpi hddtemp libnotify lm-sensors video_cards_nvidia" REQUIRED_USE="|| ( hddtemp lm-sensors acpi )"