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 BACBE15ACFB for ; Tue, 25 Apr 2023 19:01:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78C46E09DA; Tue, 25 Apr 2023 19:01:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 612EFE09DB for ; Tue, 25 Apr 2023 19:01:51 +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 8E8B6340F32 for ; Tue, 25 Apr 2023 19:01:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE28AA59 for ; Tue, 25 Apr 2023 19:01:47 +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: <1682449287.e4f77671b7ddae7f430d90d188cbc2ac800a8e23.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/io-scheduler-udev-rules/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild X-VCS-Directories: sys-block/io-scheduler-udev-rules/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e4f77671b7ddae7f430d90d188cbc2ac800a8e23 X-VCS-Branch: master Date: Tue, 25 Apr 2023 19:01:47 +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: 6f588cf6-374b-495f-9dc3-8c965820ebb3 X-Archives-Hash: 9889b7973f1899cb4b49034513dfba33 commit: e4f77671b7ddae7f430d90d188cbc2ac800a8e23 Author: Sam James gentoo org> AuthorDate: Tue Apr 25 19:01:27 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 25 19:01:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f77671 sys-block/io-scheduler-udev-rules: Keyword 2 arm64, #905070 Signed-off-by: Sam James gentoo.org> sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild b/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild index 780730584c3e..aefc11f81ac8 100644 --- a/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild +++ b/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ SRC_URI="https://gitlab.com/pachoramos/${PN}/-/archive/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="" DEPEND=""