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 9E5EC158083 for ; Sun, 22 Sep 2024 17:22:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4641D2BC099; Sun, 22 Sep 2024 17:22:37 +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 2DCCE2BC099 for ; Sun, 22 Sep 2024 17:22:37 +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 44944343485 for ; Sun, 22 Sep 2024 17:22:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7856127FB for ; Sun, 22 Sep 2024 17:22:34 +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: <1727025747.62b31a1d3d0b6d02b690fe29b16a170634b5198a.arthurzam@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_p14.ebuild X-VCS-Directories: sys-apps/pcmciautils/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 62b31a1d3d0b6d02b690fe29b16a170634b5198a X-VCS-Branch: master Date: Sun, 22 Sep 2024 17:22:34 +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: 2bdecd28-1d32-4907-a0fc-a6726275ed61 X-Archives-Hash: bef76f3c62d1442300e25c2add7b7545 commit: 62b31a1d3d0b6d02b690fe29b16a170634b5198a Author: Arthur Zamarin gentoo org> AuthorDate: Sun Sep 22 17:22:27 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Sep 22 17:22:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b31a1d sys-apps/pcmciautils: Stabilize 018_p14 arm64, #940029 Signed-off-by: Arthur Zamarin gentoo.org> sys-apps/pcmciautils/pcmciautils-018_p14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/pcmciautils/pcmciautils-018_p14.ebuild b/sys-apps/pcmciautils/pcmciautils-018_p14.ebuild index 4fa25b6e060c..63d3609bacad 100644 --- a/sys-apps/pcmciautils/pcmciautils-018_p14.ebuild +++ b/sys-apps/pcmciautils/pcmciautils-018_p14.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}"/${PN}-${MY_PV} LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~loong ppc ~riscv x86" +KEYWORDS="amd64 arm arm64 ~loong ppc ~riscv x86" IUSE="debug staticsocket" RDEPEND="sys-apps/kmod[tools]"