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 EE14A15ACFB for ; Fri, 28 Apr 2023 00:20:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A01DE09F5; Fri, 28 Apr 2023 00:20:25 +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 77BBBE09F5 for ; Fri, 28 Apr 2023 00:20:25 +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 2532A340EB9 for ; Fri, 28 Apr 2023 00:20:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 914A4A60 for ; Fri, 28 Apr 2023 00:20:21 +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: <1682641191.aa53f8ccc2c15a80969a7c236f6ad1d74e5fc6ce.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/company-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild X-VCS-Directories: app-emacs/company-mode/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: aa53f8ccc2c15a80969a7c236f6ad1d74e5fc6ce X-VCS-Branch: master Date: Fri, 28 Apr 2023 00:20:21 +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: 446dbd41-daf2-408a-a813-4fa2219465b1 X-Archives-Hash: 98d6177cab41a145cce97ab828a29e9b commit: aa53f8ccc2c15a80969a7c236f6ad1d74e5fc6ce Author: Sam James gentoo org> AuthorDate: Fri Apr 28 00:19:51 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 28 00:19:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa53f8cc app-emacs/company-mode: Keyword 0.9.13_p20230306 arm, #905202 Signed-off-by: Sam James gentoo.org> app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild b/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild index a9a2c70902c2..65d2a26fdf2a 100644 --- a/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild +++ b/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}"/${PN}-${COMMIT} LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~x64-macos" +KEYWORDS="amd64 ~arm ~ppc x86 ~x64-macos" PATCHES=( "${FILESDIR}"/${PN}-company-icons-root.patch )