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 73A2C15808B for ; Sat, 19 Feb 2022 12:35:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CAB4E07B2; Sat, 19 Feb 2022 12:35:09 +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 73C25E07B2 for ; Sat, 19 Feb 2022 12:35:09 +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 1DAC83432B9 for ; Sat, 19 Feb 2022 12:35:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 516A22EB for ; Sat, 19 Feb 2022 12:34:57 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1645274085.6d03d083e9da2b2778b43099d534d1f749d06c49.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/luit/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/luit/luit-20220111.ebuild X-VCS-Directories: x11-apps/luit/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 6d03d083e9da2b2778b43099d534d1f749d06c49 X-VCS-Branch: master Date: Sat, 19 Feb 2022 12:34:57 +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: d0c85e47-fd26-4009-b3c7-a597e9d3231a X-Archives-Hash: 9da075eb617cd406a2ad3cd17f587c59 commit: 6d03d083e9da2b2778b43099d534d1f749d06c49 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Feb 19 12:34:45 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Feb 19 12:34:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d03d083 x11-apps/luit: Stabilize 20220111 arm, #833715 Signed-off-by: Arthur Zamarin gentoo.org> x11-apps/luit/luit-20220111.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-apps/luit/luit-20220111.ebuild b/x11-apps/luit/luit-20220111.ebuild index 8b841d44e640..cf846c58db9a 100644 --- a/x11-apps/luit/luit-20220111.ebuild +++ b/x11-apps/luit/luit-20220111.ebuild @@ -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 ~m68k ~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"