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 96EAB15838C for ; Fri, 19 Jan 2024 10:54:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC1FFE2A4E; Fri, 19 Jan 2024 10:53:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2060E2A4E for ; Fri, 19 Jan 2024 10:53:59 +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 E8B71343350 for ; Fri, 19 Jan 2024 10:53:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37AD014C3 for ; Fri, 19 Jan 2024 10:53:56 +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: <1705661408.8d31eb55e330a310a3edc48f4b9058589ac1df69.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/marco/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/marco/marco-1.27.0.ebuild X-VCS-Directories: x11-wm/marco/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8d31eb55e330a310a3edc48f4b9058589ac1df69 X-VCS-Branch: master Date: Fri, 19 Jan 2024 10:53:56 +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: 48cc9f05-33f6-495c-bd4b-ef7c4a31a5a0 X-Archives-Hash: 18a338b207e8e38914528def2715ccf5 commit: 8d31eb55e330a310a3edc48f4b9058589ac1df69 Author: Ian Jordan gmail com> AuthorDate: Thu Jan 18 22:23:33 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 19 10:50:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d31eb55 x11-wm/marco: ebuild clean up Signed-off-by: Ian Jordan gmail.com> Signed-off-by: Sam James gentoo.org> x11-wm/marco/marco-1.27.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/x11-wm/marco/marco-1.27.0.ebuild b/x11-wm/marco/marco-1.27.0.ebuild index c6772a965cf4..b01a21857287 100644 --- a/x11-wm/marco/marco-1.27.0.ebuild +++ b/x11-wm/marco/marco-1.27.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 - EAPI=8 +EAPI=8 MATE2_LA_PUNT="yes" @@ -10,8 +10,6 @@ inherit mate meson MINOR=$(($(ver_cut 2) % 2)) if [[ ${MINOR} -eq 0 ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" -else - KEYWORDS="" fi DESCRIPTION="MATE default window manager"