diff options
author | Sam James <sam@gentoo.org> | 2023-12-21 15:14:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-21 15:14:18 +0000 |
commit | 8fab83ec6afa54cf7ca40cecb55423423f6afbd8 (patch) | |
tree | afcd8a708c5782c1247da7335f6b8669acd8b18b /x11-themes | |
parent | www-apps/gitea: add 1.21.3, drop 1.21.1 (diff) | |
download | gentoo-8fab83ec6afa54cf7ca40cecb55423423f6afbd8.tar.gz gentoo-8fab83ec6afa54cf7ca40cecb55423423f6afbd8.tar.bz2 gentoo-8fab83ec6afa54cf7ca40cecb55423423f6afbd8.zip |
x11-themes/mate-backgrounds: fix syntax & unnecessary KEYWORDS (triple assignmment)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild b/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild index d043c16dd7bd..bd9846fe9c25 100644 --- a/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild +++ b/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild @@ -5,15 +5,11 @@ EAPI=8 inherit mate -MINOR=$((ver_cut 2) % 2) +MINOR=$(($(ver_cut 2) % 2)) if [[ ${MINOR} -eq 0 ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" -else - KEYWORDS="" fi -KEYWORDS="" - DESCRIPTION="A set of backgrounds packaged with the MATE desktop" LICENSE="CC-BY-SA-4.0 GPL-2+" SLOT="0" |