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 51A6F15A7DA for ; Sun, 19 Mar 2023 17:36:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99683E090E; Sun, 19 Mar 2023 17:36:32 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 842A8E090E for ; Sun, 19 Mar 2023 17:36:32 +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 A302E3412EA for ; Sun, 19 Mar 2023 17:36:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F0AB8F0 for ; Sun, 19 Mar 2023 17:36:28 +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: <1679247324.7bf2f0acbf034cd4ddf15c7b6f849bc228d949f9.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild X-VCS-Directories: sys-fs/dmraid/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 7bf2f0acbf034cd4ddf15c7b6f849bc228d949f9 X-VCS-Branch: master Date: Sun, 19 Mar 2023 17:36:28 +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: f684d479-e503-4ca1-8fd3-7b6cd56c0ccb X-Archives-Hash: 7ba02f95db34d82433d059e86dde42a9 commit: 7bf2f0acbf034cd4ddf15c7b6f849bc228d949f9 Author: Matoro Mahri users noreply github com> AuthorDate: Thu Mar 16 21:25:20 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Mar 19 17:35:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf2f0ac sys-fs/dmraid: Keyword 1.0.0_rc16-r7 mips, #900633 Signed-off-by: Matoro Mahri users.noreply.github.com> Signed-off-by: Arthur Zamarin gentoo.org> sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild index 005029b321bb..f602f7a7970c 100644 --- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild +++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}/${MY_PV}/${PN}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86" IUSE="intel-led led mini static" RDEPEND=">=sys-fs/lvm2-2.02.45[lvm(+)]"