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 F19B4158040 for ; Sun, 7 Jan 2024 06:14:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C80AE2A41; Sun, 7 Jan 2024 06:14:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 10038E2A41 for ; Sun, 7 Jan 2024 06:14:43 +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 38607343256 for ; Sun, 7 Jan 2024 06:14:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D10614B1 for ; Sun, 7 Jan 2024 06:14:41 +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: <1704607913.8818f981a898065e933f259f59950c887469cb6c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/containers-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/containers-common/containers-common-0.57.0.ebuild X-VCS-Directories: app-containers/containers-common/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8818f981a898065e933f259f59950c887469cb6c X-VCS-Branch: master Date: Sun, 7 Jan 2024 06:14:41 +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: 958e1365-f526-4a92-929a-df67e38a6b4a X-Archives-Hash: ebaf2340aac2ee7985dfc4ba9418233d commit: 8818f981a898065e933f259f59950c887469cb6c Author: Sam James gentoo org> AuthorDate: Sun Jan 7 06:11:53 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 7 06:11:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8818f981 app-containers/containers-common: Stabilize 0.57.0 arm64, #921435 Signed-off-by: Sam James gentoo.org> app-containers/containers-common/containers-common-0.57.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-containers/containers-common/containers-common-0.57.0.ebuild b/app-containers/containers-common/containers-common-0.57.0.ebuild index f96e1c184a69..17c6b0ad0ee3 100644 --- a/app-containers/containers-common/containers-common-0.57.0.ebuild +++ b/app-containers/containers-common/containers-common-0.57.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then else SRC_URI="https://github.com/containers/common/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${P#containers-}" - KEYWORDS="~amd64 ~arm64 ~riscv" + KEYWORDS="~amd64 arm64 ~riscv" fi LICENSE="Apache-2.0"