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 BC85D158086 for ; Thu, 9 Dec 2021 15:51:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71F3F2BC002; Thu, 9 Dec 2021 15:51:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 417ED2BC002 for ; Thu, 9 Dec 2021 15:51:49 +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 8CF76335DEF for ; Thu, 9 Dec 2021 15:51:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F13651DC for ; Thu, 9 Dec 2021 15:51:45 +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: <1639064741.71fd6a4f74d560061ebdbfe7a5b4e5af7219fa4e.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: 71fd6a4f74d560061ebdbfe7a5b4e5af7219fa4e X-VCS-Branch: master Date: Thu, 9 Dec 2021 15:51:45 +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: 9ebfff6d-c85d-4a5a-80d9-251c4cae1e27 X-Archives-Hash: 1f0f702f12e856218ee7c58195402764 commit: 71fd6a4f74d560061ebdbfe7a5b4e5af7219fa4e Author: John Helmert III gentoo org> AuthorDate: Thu Dec 9 15:45:41 2021 +0000 Commit: John Helmert III gentoo org> CommitDate: Thu Dec 9 15:45:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71fd6a4f x11-wm/i3-gaps: stabilize 4.20.1 for amd64 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 0cbd667483c2..a1489453b4ff 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 ~ppc64 ~riscv ~x86" IUSE="doc test" RESTRICT="!test? ( test )"