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 6C9EE158094 for ; Mon, 15 Aug 2022 19:28:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A64A72BC029; Mon, 15 Aug 2022 19:28:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8BCA52BC029 for ; Mon, 15 Aug 2022 19:28:44 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADDBA341093 for ; Mon, 15 Aug 2022 19:28:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24BE64FA for ; Mon, 15 Aug 2022 19:28:42 +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: <1660591670.6ad5569bc2a2b6f444fd2142b0564d05b126e86d.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.1.0-r1.ebuild app-containers/podman/podman-4.1.0.ebuild app-containers/podman/podman-4.1.1-r1.ebuild app-containers/podman/podman-4.1.1.ebuild app-containers/podman/podman-4.2.0-r1.ebuild app-containers/podman/podman-4.2.0.ebuild X-VCS-Directories: app-containers/podman/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6ad5569bc2a2b6f444fd2142b0564d05b126e86d X-VCS-Branch: master Date: Mon, 15 Aug 2022 19:28:42 +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: 47e4c48e-0ea5-4a7e-b056-8d10a4381a87 X-Archives-Hash: 999599448b687ace788b279ce62ecdea commit: 6ad5569bc2a2b6f444fd2142b0564d05b126e86d Author: Sam James gentoo org> AuthorDate: Mon Aug 15 19:27:50 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 15 19:27:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ad5569b app-containers/podman: add shadow dep for libsubid Signed-off-by: Sam James gentoo.org> app-containers/podman/{podman-4.1.0.ebuild => podman-4.1.0-r1.ebuild} | 1 + app-containers/podman/{podman-4.1.1.ebuild => podman-4.1.1-r1.ebuild} | 1 + app-containers/podman/{podman-4.2.0.ebuild => podman-4.2.0-r1.ebuild} | 1 + 3 files changed, 3 insertions(+) diff --git a/app-containers/podman/podman-4.1.0.ebuild b/app-containers/podman/podman-4.1.0-r1.ebuild similarity index 99% rename from app-containers/podman/podman-4.1.0.ebuild rename to app-containers/podman/podman-4.1.0-r1.ebuild index aa2258b0879a..2124736a948a 100644 --- a/app-containers/podman/podman-4.1.0.ebuild +++ b/app-containers/podman/podman-4.1.0-r1.ebuild @@ -26,6 +26,7 @@ COMMON_DEPEND=" dev-libs/libassuan:= dev-libs/libgpg-error:= >=app-containers/cni-plugins-0.8.6 + sys-apps/shadow:= sys-fs/lvm2 sys-libs/libseccomp:= diff --git a/app-containers/podman/podman-4.1.1.ebuild b/app-containers/podman/podman-4.1.1-r1.ebuild similarity index 99% rename from app-containers/podman/podman-4.1.1.ebuild rename to app-containers/podman/podman-4.1.1-r1.ebuild index c0e1f032e08b..acb3d4006941 100644 --- a/app-containers/podman/podman-4.1.1.ebuild +++ b/app-containers/podman/podman-4.1.1-r1.ebuild @@ -26,6 +26,7 @@ COMMON_DEPEND=" dev-libs/libassuan:= dev-libs/libgpg-error:= >=app-containers/cni-plugins-0.8.6 + sys-apps/shadow:= sys-fs/lvm2 sys-libs/libseccomp:= diff --git a/app-containers/podman/podman-4.2.0.ebuild b/app-containers/podman/podman-4.2.0-r1.ebuild similarity index 99% rename from app-containers/podman/podman-4.2.0.ebuild rename to app-containers/podman/podman-4.2.0-r1.ebuild index bd88d2d05d2f..7a38e059a972 100644 --- a/app-containers/podman/podman-4.2.0.ebuild +++ b/app-containers/podman/podman-4.2.0-r1.ebuild @@ -26,6 +26,7 @@ COMMON_DEPEND=" dev-libs/libassuan:= dev-libs/libgpg-error:= >=app-containers/cni-plugins-0.8.6 + sys-apps/shadow:= sys-fs/lvm2 sys-libs/libseccomp:=