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 1579E1581E7 for ; Sun, 21 Apr 2024 12:34:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11D21E2A1B; Sun, 21 Apr 2024 12:34:27 +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 E6F76E2A1B for ; Sun, 21 Apr 2024 12:34:26 +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 7A6A33434DA for ; Sun, 21 Apr 2024 12:34:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F9D4175B for ; Sun, 21 Apr 2024 12:34:23 +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: <1713702827.bcfde310d5241ba5eb66d509fe56c6eb848bf91f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/dwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/dwm/dwm-6.5.ebuild X-VCS-Directories: x11-wm/dwm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bcfde310d5241ba5eb66d509fe56c6eb848bf91f X-VCS-Branch: master Date: Sun, 21 Apr 2024 12:34:23 +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: 13ff310c-0df9-4f26-8545-36545897a96a X-Archives-Hash: 69b45ae4ac8b56f21daec7878f0dc806 commit: bcfde310d5241ba5eb66d509fe56c6eb848bf91f Author: Sam James gentoo org> AuthorDate: Sun Apr 21 12:33:47 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 21 12:33:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcfde310 x11-wm/dwm: Stabilize 6.5 arm64, #930355 Signed-off-by: Sam James gentoo.org> x11-wm/dwm/dwm-6.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/dwm/dwm-6.5.ebuild b/x11-wm/dwm/dwm-6.5.ebuild index 5881e52a6091..f24dcafb38b6 100644 --- a/x11-wm/dwm/dwm-6.5.ebuild +++ b/x11-wm/dwm/dwm-6.5.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://git.suckless.org/dwm" else SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86" fi LICENSE="MIT"