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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E5D4139360 for ; Tue, 3 Aug 2021 11:03:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8A70E09AE; Tue, 3 Aug 2021 11:03:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C48B3E09AE for ; Tue, 3 Aug 2021 11:03:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A5E9343B67 for ; Tue, 3 Aug 2021 11:03:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AAAE7DC for ; Tue, 3 Aug 2021 11:03:08 +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: <1627988385.41fd777944732ea989e24f15f6aef5c0276dbcf1.sam@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-r5.ebuild X-VCS-Directories: sys-fs/dmraid/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 41fd777944732ea989e24f15f6aef5c0276dbcf1 X-VCS-Branch: master Date: Tue, 3 Aug 2021 11:03:08 +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: fe3e89cd-cfc3-4c77-b3a6-cb4b35ede0e4 X-Archives-Hash: 0407522540ceb27ac3805abd89fc4f3f commit: 41fd777944732ea989e24f15f6aef5c0276dbcf1 Author: Sam James gentoo org> AuthorDate: Tue Aug 3 10:59:45 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 3 10:59:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41fd7779 sys-fs/dmraid: Stabilize 1.0.0_rc16-r5 arm64, #803989 Signed-off-by: Sam James gentoo.org> sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild index 3032982b79b..246c90731c0 100644 --- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild +++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}/${MY_PV}/${PN}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86" IUSE="intel_led led mini static" RDEPEND=">=sys-fs/lvm2-2.02.45"