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 8EBA4158090 for ; Thu, 19 May 2022 11:24:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 451D1E0855; Thu, 19 May 2022 11:24:54 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28D93E0855 for ; Thu, 19 May 2022 11:24:54 +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 080C43415E2 for ; Thu, 19 May 2022 11:24:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D46C475 for ; Thu, 19 May 2022 11:24:51 +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: <1652959099.a1031ab4a1f8f3cf2fb3c252ebed2a03c50000e5.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/multipath-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/multipath-tools/multipath-tools-0.8.9.ebuild X-VCS-Directories: sys-fs/multipath-tools/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: a1031ab4a1f8f3cf2fb3c252ebed2a03c50000e5 X-VCS-Branch: master Date: Thu, 19 May 2022 11:24:51 +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: 4d4b0a33-f9c0-4d54-a50d-1f9fb832bf39 X-Archives-Hash: be070a5e178f621abc06f974c5a3dcd3 commit: a1031ab4a1f8f3cf2fb3c252ebed2a03c50000e5 Author: WANG Xuerui gentoo org> AuthorDate: Thu May 19 11:18:19 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Thu May 19 11:18:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1031ab4 sys-fs/multipath-tools: keyword 0.8.9 for ~loong Signed-off-by: WANG Xuerui gentoo.org> sys-fs/multipath-tools/multipath-tools-0.8.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/multipath-tools/multipath-tools-0.8.9.ebuild b/sys-fs/multipath-tools/multipath-tools-0.8.9.ebuild index 55bb66af418a..4d67993c2e86 100644 --- a/sys-fs/multipath-tools/multipath-tools-0.8.9.ebuild +++ b/sys-fs/multipath-tools/multipath-tools-0.8.9.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/opensvc/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P} LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ppc64 ~riscv x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ppc ppc64 ~riscv x86" IUSE="systemd rbd test" RESTRICT="!test? ( test )"