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 D112B15806E for ; Wed, 17 May 2023 07:18:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 208C7E087D; Wed, 17 May 2023 07:18:27 +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 0D17BE087D for ; Wed, 17 May 2023 07:18:27 +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 4DD8C33E830 for ; Wed, 17 May 2023 07:18:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1239A68 for ; Wed, 17 May 2023 07:18:24 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1684307838.d61ffb514161f2229435f616785aeed7a8acfb38.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-kernel/dkms/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-kernel/dkms/dkms-3.0.10.ebuild X-VCS-Directories: sys-kernel/dkms/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: d61ffb514161f2229435f616785aeed7a8acfb38 X-VCS-Branch: dev Date: Wed, 17 May 2023 07:18:24 +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: edc1c391-71d7-4014-8e2e-9a68d1b0bcd2 X-Archives-Hash: d3cce59dc63a468b5942c8dbe5ce0b50 commit: d61ffb514161f2229435f616785aeed7a8acfb38 Author: Viorel Munteanu gentoo org> AuthorDate: Wed May 17 07:17:18 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Wed May 17 07:17:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d61ffb51 sys-kernel/dkms: keyword 3.0.10 for ~arm64 Closes: https://bugs.gentoo.org/906582 Signed-off-by: Viorel Munteanu gentoo.org> sys-kernel/dkms/dkms-3.0.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/dkms/dkms-3.0.10.ebuild b/sys-kernel/dkms/dkms-3.0.10.ebuild index 2eb619077..05c29b83a 100644 --- a/sys-kernel/dkms/dkms-3.0.10.ebuild +++ b/sys-kernel/dkms/dkms-3.0.10.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/dell/dkms" SRC_URI="https://github.com/dell/dkms/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" SLOT="0" IUSE="systemd"