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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 18EE6158451 for ; Thu, 11 Jan 2024 18:08:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EC2CE2A62; Thu, 11 Jan 2024 18:08:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 0B00FE2A62 for ; Thu, 11 Jan 2024 18:08:03 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E0B43431B0 for ; Thu, 11 Jan 2024 18:08:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F11195D for ; Thu, 11 Jan 2024 18:08:00 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1704996475.6cbea5bd5f86780ff6a726fb4d31084f47333622.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/containers-storage/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/containers-storage/containers-storage-1.51.0.ebuild X-VCS-Directories: app-containers/containers-storage/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 6cbea5bd5f86780ff6a726fb4d31084f47333622 X-VCS-Branch: master Date: Thu, 11 Jan 2024 18:08:00 +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: ae33eada-3184-4417-946f-7adcefb93e74 X-Archives-Hash: f93363899dc3658303f44d7f3890d4d2 commit: 6cbea5bd5f86780ff6a726fb4d31084f47333622 Author: Zac Medico gentoo org> AuthorDate: Thu Jan 11 18:05:53 2024 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Jan 11 18:07:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cbea5bd app-containers/containers-storage: re-add dropped keyword for ~arm64, ~riscv Bug: https://bugs.gentoo.org/921772 Signed-off-by: Zac Medico gentoo.org> app-containers/containers-storage/containers-storage-1.51.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/containers-storage/containers-storage-1.51.0.ebuild b/app-containers/containers-storage/containers-storage-1.51.0.ebuild index 0e019f54142e..ebae81d127ca 100644 --- a/app-containers/containers-storage/containers-storage-1.51.0.ebuild +++ b/app-containers/containers-storage/containers-storage-1.51.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then else SRC_URI="https://github.com/containers/storage/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${P#containers-}" - KEYWORDS="amd64" + KEYWORDS="amd64 ~arm64 ~riscv" fi LICENSE="Apache-2.0"