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 6C1E5158009 for ; Sat, 24 Jun 2023 01:18:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42D02E0856; Sat, 24 Jun 2023 01:18:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2B831E0856 for ; Sat, 24 Jun 2023 01:18:24 +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 81FE8335D83 for ; Sat, 24 Jun 2023 01:18:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FB4EAA3 for ; Sat, 24 Jun 2023 01:18:19 +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: <1687569450.5cf6341f380a8e3f5a0f6a6692a2c3f93d1ceaa3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/zram-init/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/zram-init/zram-init-11.1.ebuild sys-block/zram-init/zram-init-9999.ebuild X-VCS-Directories: sys-block/zram-init/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5cf6341f380a8e3f5a0f6a6692a2c3f93d1ceaa3 X-VCS-Branch: master Date: Sat, 24 Jun 2023 01:18:19 +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: d542c6f9-025e-4a80-af01-5da1f742c141 X-Archives-Hash: ac4b303cb3aa2cdc7a3426b3ec040dfd commit: 5cf6341f380a8e3f5a0f6a6692a2c3f93d1ceaa3 Author: Sam James gentoo org> AuthorDate: Sat Jun 24 01:17:30 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 24 01:17:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf6341f sys-block/zram-init: forward ~arm Signed-off-by: Sam James gentoo.org> sys-block/zram-init/zram-init-11.1.ebuild | 2 +- sys-block/zram-init/zram-init-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-block/zram-init/zram-init-11.1.ebuild b/sys-block/zram-init/zram-init-11.1.ebuild index 8bf1b864bb46..f8d4f93e9610 100644 --- a/sys-block/zram-init/zram-init-11.1.ebuild +++ b/sys-block/zram-init/zram-init-11.1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/vaeth/${PN}.git" else SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" fi LICENSE="GPL-2" diff --git a/sys-block/zram-init/zram-init-9999.ebuild b/sys-block/zram-init/zram-init-9999.ebuild index 8bf1b864bb46..f8d4f93e9610 100644 --- a/sys-block/zram-init/zram-init-9999.ebuild +++ b/sys-block/zram-init/zram-init-9999.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/vaeth/${PN}.git" else SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" fi LICENSE="GPL-2"