diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2021-06-09 17:40:33 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2021-06-30 18:41:02 -0400 |
commit | f0b24436517b98d7ce13f0046c7fbc60fc60e98a (patch) | |
tree | 1fbd09cc807b4cc707c635682949357f5ce8bc0c /mate-base | |
parent | eclass/kernel-2.eclass: Support CPU OPT Patch in kernels >= 5.13 (diff) | |
download | gentoo-f0b24436517b98d7ce13f0046c7fbc60fc60e98a.tar.gz gentoo-f0b24436517b98d7ce13f0046c7fbc60fc60e98a.tar.bz2 gentoo-f0b24436517b98d7ce13f0046c7fbc60fc60e98a.zip |
mate-base/mate-common: Stabilize 1.24.2 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')
-rw-r--r-- | mate-base/mate-common/mate-common-1.24.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-base/mate-common/mate-common-1.24.2.ebuild b/mate-base/mate-common/mate-common-1.24.2.ebuild index 6c83b6fdcda7..34c031021ccc 100644 --- a/mate-base/mate-common/mate-common-1.24.2.ebuild +++ b/mate-base/mate-common/mate-common-1.24.2.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 @@ inherit mate-desktop.org if [[ ${PV} == 9999 ]]; then inherit autotools else - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi DESCRIPTION="Common files for development of MATE packages" |