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 5AC0E158021 for ; Mon, 17 Oct 2022 19:47:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A71A0E092C; Mon, 17 Oct 2022 19:47:33 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93225E092C for ; Mon, 17 Oct 2022 19:47:33 +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 D777A341066 for ; Mon, 17 Oct 2022 19:47:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FCE1628 for ; Mon, 17 Oct 2022 19:47:30 +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: <1666036033.f26f2a7fc6cb9ae780857610f54faad1de90cb0c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/sc-im/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/sc-im/sc-im-0.8.2.ebuild X-VCS-Directories: app-office/sc-im/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f26f2a7fc6cb9ae780857610f54faad1de90cb0c X-VCS-Branch: master Date: Mon, 17 Oct 2022 19:47:30 +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: 62450c15-afa0-47d5-b6e2-dc5b1b7f3662 X-Archives-Hash: 9e0b291d5208b6292d88894c139d9162 commit: f26f2a7fc6cb9ae780857610f54faad1de90cb0c Author: Sam James gentoo org> AuthorDate: Mon Oct 17 19:46:59 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 17 19:47:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f26f2a7f app-office/sc-im: Keyword 0.8.2 arm, #877053 Signed-off-by: Sam James gentoo.org> app-office/sc-im/sc-im-0.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/sc-im/sc-im-0.8.2.ebuild b/app-office/sc-im/sc-im-0.8.2.ebuild index 315fd9e5d581..055adeb7b420 100644 --- a/app-office/sc-im/sc-im-0.8.2.ebuild +++ b/app-office/sc-im/sc-im-0.8.2.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${P}/src" LICENSE="BSD-4" SLOT="0" -KEYWORDS="amd64 ~arm64" +KEYWORDS="amd64 ~arm ~arm64" IUSE="X plots wayland xls xlsx lua ods tmux" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"