From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1602782-garchives=archives.gentoo.org@lists.gentoo.org> 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 1E83D158041 for <garchives@archives.gentoo.org>; Thu, 22 Feb 2024 06:58:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B20DCE2A18; Thu, 22 Feb 2024 06:58:15 +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 94FDDE2A1B for <gentoo-commits@lists.gentoo.org>; Thu, 22 Feb 2024 06:58:15 +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 6856C343211 for <gentoo-commits@lists.gentoo.org>; Thu, 22 Feb 2024 06:58:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF42C14D3 for <gentoo-commits@lists.gentoo.org>; Thu, 22 Feb 2024 06:58:12 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1708585081.ada59a2a1006c6c9f37d40781902970bc977f1a5.sam@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.29.2-r1.ebuild X-VCS-Directories: app-containers/containers-image/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ada59a2a1006c6c9f37d40781902970bc977f1a5 X-VCS-Branch: master Date: Thu, 22 Feb 2024 06:58:12 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1d2ca569-ae6c-43a9-8757-57ce4b4674f2 X-Archives-Hash: 5e5e9ec53f255682ef2b33867983e62d commit: ada59a2a1006c6c9f37d40781902970bc977f1a5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Feb 22 06:58:01 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Feb 22 06:58:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ada59a2a app-containers/containers-image: Stabilize 5.29.2-r1 amd64, #921771 Signed-off-by: Sam James <sam <AT> gentoo.org> app-containers/containers-image/containers-image-5.29.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/containers-image/containers-image-5.29.2-r1.ebuild b/app-containers/containers-image/containers-image-5.29.2-r1.ebuild index 9a30d16f6a6a..770d024fa41e 100644 --- a/app-containers/containers-image/containers-image-5.29.2-r1.ebuild +++ b/app-containers/containers-image/containers-image-5.29.2-r1.ebuild @@ -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 ~riscv" + KEYWORDS="amd64 arm64 ~riscv" fi LICENSE="Apache-2.0"