diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2021-06-09 17:43:23 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2021-06-30 18:41:03 -0400 |
commit | 8052a79258b4b0de7a04bd3bac79f3296669faec (patch) | |
tree | 58fef60b44c43867577d456eedc477d7b7bdf463 /mate-base/mate-desktop | |
parent | mate-base/mate-common: Drop old (diff) | |
download | gentoo-8052a79258b4b0de7a04bd3bac79f3296669faec.tar.gz gentoo-8052a79258b4b0de7a04bd3bac79f3296669faec.tar.bz2 gentoo-8052a79258b4b0de7a04bd3bac79f3296669faec.zip |
mate-base/mate-desktop: 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>
Diffstat (limited to 'mate-base/mate-desktop')
-rw-r--r-- | mate-base/mate-desktop/mate-desktop-1.24.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-base/mate-desktop/mate-desktop-1.24.1.ebuild b/mate-base/mate-desktop/mate-desktop-1.24.1.ebuild index 13b996530016..655142abce20 100644 --- a/mate-base/mate-desktop/mate-desktop-1.24.1.ebuild +++ b/mate-base/mate-desktop/mate-desktop-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 ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi DESCRIPTION="Libraries for the MATE desktop that are not part of the UI" |