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 04D9315810F for ; Sat, 10 Jun 2023 04:20:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0523CE0867; Sat, 10 Jun 2023 04:20:16 +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 D4F85E086F for ; Sat, 10 Jun 2023 04:20: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 9AD06335D6F for ; Sat, 10 Jun 2023 04:20:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D12298DC for ; Sat, 10 Jun 2023 04:20:12 +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: <1686370721.33e5614feb53ba80accba8b7b69549648bef89d1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/podman/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/podman/podman-4.5.0.ebuild X-VCS-Directories: app-containers/podman/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 33e5614feb53ba80accba8b7b69549648bef89d1 X-VCS-Branch: master Date: Sat, 10 Jun 2023 04:20:12 +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: 7edf3781-9a67-4bf4-8d24-e7aca49e8d1a X-Archives-Hash: 5d890507f36951eb08e7f25e4c48e237 commit: 33e5614feb53ba80accba8b7b69549648bef89d1 Author: Sam James gentoo org> AuthorDate: Sat Jun 10 04:18:41 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 10 04:18:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33e5614f app-containers/podman: Stabilize 4.5.0 amd64, #908200 Signed-off-by: Sam James gentoo.org> app-containers/podman/podman-4.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/podman/podman-4.5.0.ebuild b/app-containers/podman/podman-4.5.0.ebuild index a17c3156f136..4d51b874219a 100644 --- a/app-containers/podman/podman-4.5.0.ebuild +++ b/app-containers/podman/podman-4.5.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/containers/podman/archive/v${PV}.tar.gz -> ${MY_P}.t LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0" SLOT="0" -KEYWORDS="~amd64 arm64 ~ppc64 ~riscv" +KEYWORDS="amd64 arm64 ~ppc64 ~riscv" IUSE="apparmor btrfs cgroup-hybrid +fuse +init +rootless selinux" RESTRICT="test"