From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 02D2A158015 for ; Thu, 21 Dec 2023 15:15:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1FBB2BC01B; Thu, 21 Dec 2023 15:15:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 875052BC013 for ; Thu, 21 Dec 2023 15:15:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95B04340BEF for ; Thu, 21 Dec 2023 15:15:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02279123C for ; Thu, 21 Dec 2023 15:15:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1703171658.8fab83ec6afa54cf7ca40cecb55423423f6afbd8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-backgrounds/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild X-VCS-Directories: x11-themes/mate-backgrounds/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8fab83ec6afa54cf7ca40cecb55423423f6afbd8 X-VCS-Branch: master Date: Thu, 21 Dec 2023 15:15:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1203d1dd-b390-4f4f-ba16-3221cf912b25 X-Archives-Hash: 50c2428c175cd86c88afa30a4f83a977 commit: 8fab83ec6afa54cf7ca40cecb55423423f6afbd8 Author: Sam James gentoo org> AuthorDate: Thu Dec 21 15:14:18 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 21 15:14:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fab83ec x11-themes/mate-backgrounds: fix syntax & unnecessary KEYWORDS (triple assignmment) Signed-off-by: Sam James gentoo.org> x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild | 6 +----- 1 file changed, 1 insertion(+), 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"