diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2021-06-09 19:47:37 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2021-06-09 19:47:37 -0400 |
commit | 4a33b1ff8ebe70a4b10c4f4db7b1e7ec64c85202 (patch) | |
tree | d6e97c1831818dbdf72d494ffcce8c31ca5173c2 | |
parent | mate-extra/mate-netbook: Drop old (diff) | |
download | gentoo-mate-4a33b1ff8ebe70a4b10c4f4db7b1e7ec64c85202.tar.gz gentoo-mate-4a33b1ff8ebe70a4b10c4f4db7b1e7ec64c85202.tar.bz2 gentoo-mate-4a33b1ff8ebe70a4b10c4f4db7b1e7ec64c85202.zip |
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 <NP-Hardass@gentoo.org>
-rw-r--r-- | mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.1.ebuild | 4 |
1 files 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" |