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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D323D13835C for ; Thu, 10 Jun 2021 00:24:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDDCBE0898; Thu, 10 Jun 2021 00:24:05 +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 D0E70E0896 for ; Thu, 10 Jun 2021 00:24:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 606BD340B9E for ; Thu, 10 Jun 2021 00:24:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34A007AC for ; Thu, 10 Jun 2021 00:24:01 +0000 (UTC) From: "Adam Feldman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Adam Feldman" Message-ID: <1623282457.4a33b1ff8ebe70a4b10c4f4db7b1e7ec64c85202.np-hardass@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.1.ebuild X-VCS-Directories: mate-extra/mate-sensors-applet/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: Adam Feldman X-VCS-Revision: 4a33b1ff8ebe70a4b10c4f4db7b1e7ec64c85202 X-VCS-Branch: master Date: Thu, 10 Jun 2021 00:24: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: d6f47a3e-a44b-4d7a-9ff3-fafecada6850 X-Archives-Hash: f28e56a799da12e9ea79a248ac9d0ae9 commit: 4a33b1ff8ebe70a4b10c4f4db7b1e7ec64c85202 Author: Adam Feldman gentoo org> AuthorDate: Wed Jun 9 23:47:37 2021 +0000 Commit: Adam Feldman gentoo org> CommitDate: Wed Jun 9 23:47:37 2021 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=4a33b1ff mate-extra/mate-sensors-applet: Stabilize 1.24.1 for amd64,x86 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Adam Feldman gentoo.org> mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.1.ebuild b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.1.ebuild index eea8796..429b41a 100644 --- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.1.ebuild +++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ MATE_LA_PUNT="yes" inherit mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="amd64 ~arm x86" fi DESCRIPTION="MATE panel applet to display readings from hardware sensors"