diff options
Diffstat (limited to 'x11-themes/mate-backgrounds')
-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" |