diff options
Diffstat (limited to 'x11-themes/mate-icon-theme')
-rw-r--r-- | x11-themes/mate-icon-theme/mate-icon-theme-1.24.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/mate-icon-theme/mate-icon-theme-1.24.0-r1.ebuild b/x11-themes/mate-icon-theme/mate-icon-theme-1.24.0-r1.ebuild index 06e91019f82a..3745d0f77336 100644 --- a/x11-themes/mate-icon-theme/mate-icon-theme-1.24.0-r1.ebuild +++ b/x11-themes/mate-icon-theme/mate-icon-theme-1.24.0-r1.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 @@ -6,7 +6,7 @@ EAPI=6 inherit mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi DESCRIPTION="MATE default icon themes" |