diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2021-06-09 19:50:13 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2021-06-30 18:41:37 -0400 |
commit | ab0e30433a990eacfa55cb75a8ab686997815593 (patch) | |
tree | 5a95fcffba7965f68587f935d635c691e63601de /mate-extra | |
parent | mate-extra/mate-user-share: Drop old (diff) | |
download | gentoo-ab0e30433a990eacfa55cb75a8ab686997815593.tar.gz gentoo-ab0e30433a990eacfa55cb75a8ab686997815593.tar.bz2 gentoo-ab0e30433a990eacfa55cb75a8ab686997815593.zip |
mate-extra/mate-utils: Stabilize 1.24.0-r3 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')
-rw-r--r-- | mate-extra/mate-utils/mate-utils-1.24.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-extra/mate-utils/mate-utils-1.24.0-r3.ebuild b/mate-extra/mate-utils/mate-utils-1.24.0-r3.ebuild index 4ad6eec71a55..c9c3477d6b10 100644 --- a/mate-extra/mate-utils/mate-utils-1.24.0-r3.ebuild +++ b/mate-extra/mate-utils/mate-utils-1.24.0-r3.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 ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi DESCRIPTION="Utilities for the MATE desktop" |