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 96413158004 for ; Sun, 10 Mar 2024 01:59:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA57FE2A8D; Sun, 10 Mar 2024 01:59:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AEAB3E2A8D for ; Sun, 10 Mar 2024 01:59:21 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE1B3340C42 for ; Sun, 10 Mar 2024 01:59:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB5F314FD for ; Sun, 10 Mar 2024 01:59:17 +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: <1710035661.96e4d7e8705b77c2d7baa4794f0663eb0a91057d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-extra/mate-utils/mate-utils-1.27.0.ebuild X-VCS-Directories: mate-extra/mate-utils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 96e4d7e8705b77c2d7baa4794f0663eb0a91057d X-VCS-Branch: master Date: Sun, 10 Mar 2024 01:59:17 +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: d6c5cbde-f58e-4fcc-b042-6098eb12b7f7 X-Archives-Hash: 61dded6ea05454b88f704b7e4e9a66e2 commit: 96e4d7e8705b77c2d7baa4794f0663eb0a91057d Author: Sam James gentoo org> AuthorDate: Sun Mar 10 01:54:21 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 10 01:54:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96e4d7e8 mate-extra/mate-utils: fix MultipleKeywordsLines Fixes: 1351ba3350e8706c0c280a76c1f1541668a291a8 Signed-off-by: Sam James gentoo.org> mate-extra/mate-utils/mate-utils-1.27.0.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/mate-extra/mate-utils/mate-utils-1.27.0.ebuild b/mate-extra/mate-utils/mate-utils-1.27.0.ebuild index 706ffa6c0915..5a28af9ef896 100644 --- a/mate-extra/mate-utils/mate-utils-1.27.0.ebuild +++ b/mate-extra/mate-utils/mate-utils-1.27.0.ebuild @@ -10,8 +10,6 @@ inherit mate MINOR=$(($(ver_cut 2) % 2)) if [[ ${MINOR} -eq 0 ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" -else - KEYWORDS="" fi DESCRIPTION="Utilities for the MATE desktop"