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 1485A158020 for ; Thu, 22 Dec 2022 13:06:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8847E0827; Thu, 22 Dec 2022 13:06:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 AD27BE0826 for ; Thu, 22 Dec 2022 13:06:19 +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 87C69340E36 for ; Thu, 22 Dec 2022 13:06:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE5637E8 for ; Thu, 22 Dec 2022 13:06:16 +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: <1671714355.5cf374fae3cf2d4e45cdd8aaa535a1951ebc4018.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_p20220720.ebuild X-VCS-Directories: app-emacs/company-mode/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5cf374fae3cf2d4e45cdd8aaa535a1951ebc4018 X-VCS-Branch: master Date: Thu, 22 Dec 2022 13:06:16 +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: 68494db0-fa07-4045-8d11-f62e48e4d32f X-Archives-Hash: dad710f7fcc133220df5f9821a02767b commit: 5cf374fae3cf2d4e45cdd8aaa535a1951ebc4018 Author: Sam James gentoo org> AuthorDate: Thu Dec 22 13:05:55 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 22 13:05:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf374fa app-emacs/company-mode: Stabilize 0.9.13_p20220720 amd64, #887947 Signed-off-by: Sam James gentoo.org> app-emacs/company-mode/company-mode-0.9.13_p20220720.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/company-mode/company-mode-0.9.13_p20220720.ebuild b/app-emacs/company-mode/company-mode-0.9.13_p20220720.ebuild index c98be895bfb4..bb2fa2e9951e 100644 --- a/app-emacs/company-mode/company-mode-0.9.13_p20220720.ebuild +++ b/app-emacs/company-mode/company-mode-0.9.13_p20220720.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}"/${PN}-${H} LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86 ~x64-macos" +KEYWORDS="amd64 ~x86 ~x64-macos" PATCHES=( "${FILESDIR}"/${PN}-company-icons-root.patch )