From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1379136-garchives=archives.gentoo.org@lists.gentoo.org>
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 A62B015808B
	for <garchives@archives.gentoo.org>; Thu, 24 Mar 2022 19:03:58 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A1518E08EF;
	Thu, 24 Mar 2022 19:03:56 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 86CF1E08EF
	for <gentoo-commits@lists.gentoo.org>; Thu, 24 Mar 2022 19:03:56 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 D364F342F45
	for <gentoo-commits@lists.gentoo.org>; Thu, 24 Mar 2022 19:03:55 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B6F3D36F
	for <gentoo-commits@lists.gentoo.org>; Thu, 24 Mar 2022 19:03:52 +0000 (UTC)
From: "Jakov Smolić" <jsmolic@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, "Jakov Smolić" <jsmolic@gentoo.org>
Message-ID: <1648148618.588e6c06d1494e6d07b2c1807f1e9654fb2a2d16.jsmolic@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.3.ebuild
X-VCS-Directories: xfce-extra/xfce4-sensors-plugin/
X-VCS-Committer: jsmolic
X-VCS-Committer-Name: Jakov Smolić
X-VCS-Revision: 588e6c06d1494e6d07b2c1807f1e9654fb2a2d16
X-VCS-Branch: master
Date: Thu, 24 Mar 2022 19:03:52 +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: 132cef8c-58b9-4c7c-9e97-218c588fb3b7
X-Archives-Hash: bd55246db6eca1b88f9545ebff3aa91b

commit:     588e6c06d1494e6d07b2c1807f1e9654fb2a2d16
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 19:03:38 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 19:03:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=588e6c06

xfce-extra/xfce4-sensors-plugin: Stabilize 1.4.3 amd64, #835948

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.4.3.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.4.3.ebuild
index 04045ee3f7fb..f8e14b7a5c5e 100644
--- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.4.3.ebuild
+++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.4.3.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 )"