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 9D150158094 for ; Sun, 28 Aug 2022 06:31:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71712E0867; Sun, 28 Aug 2022 06:30:59 +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 1C102E0825 for ; Sun, 28 Aug 2022 06:30:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 41BAB34121A for ; Sun, 28 Aug 2022 06:30:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96F845A0 for ; Sun, 28 Aug 2022 06:30:56 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1661668083.ac09ea262a10990048bcf7fe8d2ca213d6186f68.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pcmciautils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/pcmciautils/pcmciautils-018_p8-r3.ebuild X-VCS-Directories: sys-apps/pcmciautils/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: ac09ea262a10990048bcf7fe8d2ca213d6186f68 X-VCS-Branch: master Date: Sun, 28 Aug 2022 06:30:56 +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: b52ea37a-c1ac-4dee-89e5-d4bb560fcf68 X-Archives-Hash: ba85b2ee6b635956d5469f8bed1851fa commit: ac09ea262a10990048bcf7fe8d2ca213d6186f68 Author: WANG Xuerui gentoo org> AuthorDate: Sun Aug 28 05:41:15 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sun Aug 28 06:28:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac09ea26 sys-apps/pcmciautils: keyword 018_p8-r3 for ~loong Signed-off-by: WANG Xuerui gentoo.org> sys-apps/pcmciautils/pcmciautils-018_p8-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/pcmciautils/pcmciautils-018_p8-r3.ebuild b/sys-apps/pcmciautils/pcmciautils-018_p8-r3.ebuild index 10d08defcef6..2825fdaab0d3 100644 --- a/sys-apps/pcmciautils/pcmciautils-018_p8-r3.ebuild +++ b/sys-apps/pcmciautils/pcmciautils-018_p8-r3.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}"/${PN}-${MY_PV} LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ppc ~riscv x86" +KEYWORDS="amd64 arm ~arm64 ~loong ppc ~riscv x86" IUSE="debug staticsocket" RDEPEND="sys-apps/kmod[tools]"