diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2021-06-09 19:25:49 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2021-06-09 19:45:44 -0400 |
commit | 06cbcabace23a21eb0cd1701bfa0da3a7fe60d1c (patch) | |
tree | 90651b4c2f18dc66256b71a7b7ef14ad9f899885 | |
parent | media-gfx/eom: Drop old (diff) | |
download | gentoo-mate-06cbcabace23a21eb0cd1701bfa0da3a7fe60d1c.tar.gz gentoo-mate-06cbcabace23a21eb0cd1701bfa0da3a7fe60d1c.tar.bz2 gentoo-mate-06cbcabace23a21eb0cd1701bfa0da3a7fe60d1c.zip |
mate-base/mate-applets: 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-base/mate-applets/mate-applets-1.24.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-base/mate-applets/mate-applets-1.24.1.ebuild b/mate-base/mate-applets/mate-applets-1.24.1.ebuild index 63d6ba9..f5bfe48 100644 --- a/mate-base/mate-applets/mate-applets-1.24.1.ebuild +++ b/mate-base/mate-applets/mate-applets-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 @@ -6,7 +6,7 @@ EAPI=6 inherit mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi DESCRIPTION="Applets for the MATE Desktop and Panel" |