diff options
author | Sam James <sam@gentoo.org> | 2022-01-09 20:07:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-09 20:07:56 +0000 |
commit | 506b749747efc43998c6bf1eec631b9cf20ca8be (patch) | |
tree | 23d9b33074af24d01b354b265650081a27c5d143 /mate-base/caja/caja-1.24.1.ebuild | |
parent | net-vpn/libreswan: Stabilize 4.5 x86, #830831 (diff) | |
download | gentoo-506b749747efc43998c6bf1eec631b9cf20ca8be.tar.gz gentoo-506b749747efc43998c6bf1eec631b9cf20ca8be.tar.bz2 gentoo-506b749747efc43998c6bf1eec631b9cf20ca8be.zip |
mate-base/caja: Stabilize 1.24.1 x86, #830851
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mate-base/caja/caja-1.24.1.ebuild')
-rw-r--r-- | mate-base/caja/caja-1.24.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-base/caja/caja-1.24.1.ebuild b/mate-base/caja/caja-1.24.1.ebuild index efd5fdf8a251..b15b81bc724e 100644 --- a/mate-base/caja/caja-1.24.1.ebuild +++ b/mate-base/caja/caja-1.24.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 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 virtualx if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86" fi DESCRIPTION="Caja file manager for the MATE desktop" |