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 EBE89158094 for ; Mon, 15 Aug 2022 15:07:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC880E0E77; Mon, 15 Aug 2022 15:07:53 +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 C5806E0E77 for ; Mon, 15 Aug 2022 15:07:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D5F9D3411DC for ; Mon, 15 Aug 2022 15:07:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C3D2562 for ; Mon, 15 Aug 2022 15:07:51 +0000 (UTC) From: "John Helmert III" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" Message-ID: <1660576035.40cc9dc9129d465ab553d665bc4c8307fb392f8e.ajak@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/i3-gaps/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/i3-gaps/i3-gaps-4.20.1.ebuild X-VCS-Directories: x11-wm/i3-gaps/ X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: 40cc9dc9129d465ab553d665bc4c8307fb392f8e X-VCS-Branch: master Date: Mon, 15 Aug 2022 15:07:51 +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: 3217df29-23c3-4894-ad66-722656bda7b1 X-Archives-Hash: e466a0969c9a54ba4278403bf4888d72 commit: 40cc9dc9129d465ab553d665bc4c8307fb392f8e Author: John Helmert III gentoo org> AuthorDate: Mon Aug 15 14:52:20 2022 +0000 Commit: John Helmert III gentoo org> CommitDate: Mon Aug 15 15:07:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40cc9dc9 x11-wm/i3-gaps: keyword 4.20.1 for ~arm64, bug 850991 Signed-off-by: John Helmert III gentoo.org> x11-wm/i3-gaps/i3-gaps-4.20.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/i3-gaps/i3-gaps-4.20.1.ebuild b/x11-wm/i3-gaps/i3-gaps-4.20.1.ebuild index 1edaac61be12..db94abcd1d57 100644 --- a/x11-wm/i3-gaps/i3-gaps-4.20.1.ebuild +++ b/x11-wm/i3-gaps/i3-gaps-4.20.1.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/i3-${PV}" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86" IUSE="doc test" RESTRICT="!test? ( test )"