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 B0B1D158086 for ; Mon, 3 Jan 2022 12:29:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAF292BC067; Mon, 3 Jan 2022 12:29:02 +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 05BB52BC01B for ; Mon, 3 Jan 2022 12:28:57 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A72B5342F4C for ; Mon, 3 Jan 2022 12:28:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF18B232 for ; Mon, 3 Jan 2022 12:28:54 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1641212748.6c66069fcfd090521b46e13443d58f7b55fb0d27.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/luit/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/luit/luit-20210218.ebuild X-VCS-Directories: x11-apps/luit/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 6c66069fcfd090521b46e13443d58f7b55fb0d27 X-VCS-Branch: master Date: Mon, 3 Jan 2022 12:28:54 +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: aed6f5a8-c7eb-45ff-917e-e862eafb3ffa X-Archives-Hash: 9103760003febb35e6911011db633c3a commit: 6c66069fcfd090521b46e13443d58f7b55fb0d27 Author: James Le Cuirot gentoo org> AuthorDate: Mon Jan 3 12:25:48 2022 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Mon Jan 3 12:25:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c66069f x11-apps/luit: Keyword 20210218 for ~m68k Signed-off-by: James Le Cuirot gentoo.org> x11-apps/luit/luit-20210218.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-apps/luit/luit-20210218.ebuild b/x11-apps/luit/luit-20210218.ebuild index fc2480e3f601..c5936d6dfb17 100644 --- a/x11-apps/luit/luit-20210218.ebuild +++ b/x11-apps/luit/luit-20210218.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="https://invisible-mirror.net/archives/${PN}/${P}.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" DEPEND="sys-libs/zlib virtual/libiconv"