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 5145D15808B for ; Sat, 9 Apr 2022 21:32:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE1CAE09B0; Sat, 9 Apr 2022 21:32:37 +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 78D79E09A4 for ; Sat, 9 Apr 2022 21:32:35 +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 A00713410A5 for ; Sat, 9 Apr 2022 21:32:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19F77396 for ; Sat, 9 Apr 2022 21:32:32 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1649539857.1e55656f41a0deb1d264d495450bd44b9cf6eb84.perfinion@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.0.3.ebuild X-VCS-Directories: app-containers/podman/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 1e55656f41a0deb1d264d495450bd44b9cf6eb84 X-VCS-Branch: master Date: Sat, 9 Apr 2022 21:32:32 +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: ec09c124-265f-400b-9ceb-a80dc55612c4 X-Archives-Hash: d1b7b36fa15e4d373d29b05b76cbf290 commit: 1e55656f41a0deb1d264d495450bd44b9cf6eb84 Author: Jason Zaman gentoo org> AuthorDate: Sat Apr 9 20:36:02 2022 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Apr 9 21:30:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e55656f app-containers/podman: Add selinux-podman policy dep Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jason Zaman gentoo.org> app-containers/podman/podman-4.0.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-containers/podman/podman-4.0.3.ebuild b/app-containers/podman/podman-4.0.3.ebuild index 64fb11cc6c0f..3987dbf96654 100644 --- a/app-containers/podman/podman-4.0.3.ebuild +++ b/app-containers/podman/podman-4.0.3.ebuild @@ -39,7 +39,8 @@ DEPEND=" ${COMMON_DEPEND} dev-go/go-md2man" RDEPEND="${COMMON_DEPEND} - fuse? ( sys-fs/fuse-overlayfs )" + fuse? ( sys-fs/fuse-overlayfs ) + selinux? ( sec-policy/selinux-podman )" S=${WORKDIR}/${MY_P}