From fbce6345bd329ffb4abb220a77f78ad813baa618 Mon Sep 17 00:00:00 2001 From: "Gerardo J. Puerta" Date: Thu, 24 Mar 2022 12:56:49 +0100 Subject: [PATCH] Updating slir4netns dependency --- app-emulation/podman/Manifest | 2 +- app-emulation/podman/podman-4.0.2.ebuild | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/app-emulation/podman/Manifest b/app-emulation/podman/Manifest index 4cd89b7..597838c 100644 --- a/app-emulation/podman/Manifest +++ b/app-emulation/podman/Manifest @@ -1,3 +1,3 @@ DIST podman-4.0.2.tar.gz 11377152 BLAKE2B ab022c3e7ef40685301f08b2d939e936b07e08231d5b86a84fefa6ea7a60c8f20a5e15b79788d862c263336204a9cd8d7206748b4530f2f42ccdd31df370747f SHA512 f3c42b3b3c75ca451b4c22c2d6f9f1b9ab9437b118b16e19f17f92f28b5849f8e3de4ebc97d8d249f565a61ba187214928c25a031204163a59174e94ce300a59 -EBUILD podman-4.0.2.ebuild 798 BLAKE2B 672b4653bbb5fdd7b2fea96a3ce9077548022ce34faa5e712974ac6054bb4d5e66d0ac5ec3a022b9f849d71696f4b4073c7d9406f66cfc630d82e064b822fd1c SHA512 6dde73643ebbb28125853413fdf6bce9a31b3526d70ac0f90e40b40dbe99ba1d7e89ac2433c60619f08fc66a9de704abbbeadf6a397fd6438dc0bc530665a9ae +EBUILD podman-4.0.2.ebuild 858 BLAKE2B 69f693796508a33796385783f70e4ae16c7a6e4257759f9759888e4fc55b701c6a19c4e2358629dfc34d5b798d2a759e1be94f8c2ba85c29067c18c7a71a1597 SHA512 0446a1c747cebc5dcb76a77e265a6d4974e251f6c929336a41d0325aa63fdf10b6cd6ea6f3eade45cf2c6202e9f0cc3bab019cbf48815000eedb904cda4aa151 MISC metadata.xml 549 BLAKE2B 3abe771305fac3d044ccc50d495dcbe54c1023870dd3047e83cf750a658303fda48d4944202785f37fa1b40cb568acdb92872b5f97358d2025ccb3a87c91df15 SHA512 be3fbad66b2d519eb71fb8d2902eed883a40f087d3d4b48d908ea250b55f59865d3f6f2554189f8d7372cd0b4310fdfa37f1202e7f2e781f70299fed0dad2c96 diff --git a/app-emulation/podman/podman-4.0.2.ebuild b/app-emulation/podman/podman-4.0.2.ebuild index d001a58..7597c69 100644 --- a/app-emulation/podman/podman-4.0.2.ebuild +++ b/app-emulation/podman/podman-4.0.2.ebuild @@ -20,8 +20,9 @@ DEPEND=" " RDEPEND=" - >=app-emulation/conmon-2.0.24 app-emulation/containerd + >=app-emulation/conmon-2.0.24 + >=app-emulation/slirp4netns-1.1.12 " S=${WORKDIR}/${P} @@ -30,7 +31,6 @@ RESTRICT="test" src_prepare() { default - # sed -i -e "s/git rev-parse.*\$/echo gentoo)/" -e "/COMMIT :=/d" -e "/COMMIT_NO :=/d" Makefile || die } src_compile() { @@ -41,5 +41,10 @@ src_install() { dobin bin/podman dobin bin/podman-remote dobin bin/rootlessport + dodir /etc/containers + insinto /etc/containers + doins test/registries.conf + insinto /etc/containers + doins test/policy.json }