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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4EB9415813A for ; Fri, 10 Jan 2025 09:23:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 781B6E07D8; Fri, 10 Jan 2025 09:23:21 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5EA4DE07D8 for ; Fri, 10 Jan 2025 09:23:21 +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 681E3341DD0 for ; Fri, 10 Jan 2025 09:23:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C49A9AED for ; Fri, 10 Jan 2025 09:23:18 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1736500993.a6f2f239418567e17bed03c1990f113bb4f9c043.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/containers-image/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/containers-image/containers-image-5.32.2.ebuild X-VCS-Directories: app-containers/containers-image/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: a6f2f239418567e17bed03c1990f113bb4f9c043 X-VCS-Branch: master Date: Fri, 10 Jan 2025 09:23:18 +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: dc7a7ed1-ab13-40c3-a889-e575eb3c1deb X-Archives-Hash: 7939619ac39285915d51e12d6fb3cd72 commit: a6f2f239418567e17bed03c1990f113bb4f9c043 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jan 10 09:23:13 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jan 10 09:23:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f2f239 app-containers/containers-image: Stabilize 5.32.2 amd64, #947801 Signed-off-by: Arthur Zamarin gentoo.org> app-containers/containers-image/containers-image-5.32.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-containers/containers-image/containers-image-5.32.2.ebuild b/app-containers/containers-image/containers-image-5.32.2.ebuild index 2b3c1bcb8666..f5a004d30e14 100644 --- a/app-containers/containers-image/containers-image-5.32.2.ebuild +++ b/app-containers/containers-image/containers-image-5.32.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 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/image/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${P#containers-}" - KEYWORDS="~amd64 ~arm64 ~loong ~riscv" + KEYWORDS="amd64 ~arm64 ~loong ~riscv" fi LICENSE="Apache-2.0"