diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2021-06-09 19:28:40 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2021-06-30 18:41:29 -0400 |
commit | b56bfd219542da9efd9346e413b035407ba6b8ff (patch) | |
tree | b83b954cc74b3148d3b54a8c28bceade64cef9f9 /mate-extra/mate-indicator-applet | |
parent | mate-base/mate-applets: Drop old (diff) | |
download | gentoo-b56bfd219542da9efd9346e413b035407ba6b8ff.tar.gz gentoo-b56bfd219542da9efd9346e413b035407ba6b8ff.tar.bz2 gentoo-b56bfd219542da9efd9346e413b035407ba6b8ff.zip |
mate-extra/mate-indicator-applet: Stabilize 1.24.0-r1 for amd64,x86
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
Diffstat (limited to 'mate-extra/mate-indicator-applet')
-rw-r--r-- | mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0-r1.ebuild b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0-r1.ebuild index 670d2a4bf3cd..5f1051f1e6fb 100644 --- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0-r1.ebuild +++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0-r1.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 @@ -6,7 +6,7 @@ EAPI=6 inherit mate eapi7-ver if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="amd64 ~arm x86" fi DESCRIPTION="MATE indicator applet" |