diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-01-18 20:51:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-19 10:49:51 +0000 |
commit | 7faed2c3272399752fff94ae3b73a23275f96fec (patch) | |
tree | 7e117bd64c1dce060fae1f58bb9f01d444d17bc5 /mate-extra/mate-media | |
parent | mate-extra/mate-indicator-applet: add myself as a maintainer (diff) | |
download | gentoo-7faed2c3272399752fff94ae3b73a23275f96fec.tar.gz gentoo-7faed2c3272399752fff94ae3b73a23275f96fec.tar.bz2 gentoo-7faed2c3272399752fff94ae3b73a23275f96fec.zip |
mate-extra/mate-media: stabilize 1.26.2 for amd64, x86
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mate-extra/mate-media')
-rw-r--r-- | mate-extra/mate-media/mate-media-1.26.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-extra/mate-media/mate-media-1.26.2.ebuild b/mate-extra/mate-media/mate-media-1.26.2.ebuild index d5ac69d1caf0..127bafc2a7fd 100644 --- a/mate-extra/mate-media/mate-media-1.26.2.ebuild +++ b/mate-extra/mate-media/mate-media-1.26.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" fi DESCRIPTION="Multimedia related programs for the MATE desktop" |