# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=9 inherit readme.gentoo-r1 DESCRIPTION="Several utilities from the containers project" HOMEPAGE="https://github.com/podman-container-tools/container-libs" SRC_URI="https://github.com/podman-container-tools/container-libs/archive/common/v${PV}.tar.gz -> ${P}.tar.gz" S=${WORKDIR}/${PN}-common-v${PV} LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~loong ~riscv" IUSE="+extra" RESTRICT="test" RDEPEND=" app-containers/containers-shortnames >=sys-fs/fuse-overlayfs-1.16 extra? ( >=app-containers/crun-1.25.1 >=app-containers/netavark-2.0.0 >=net-misc/passt-2026.05.26 ) !app-containers/containers-image !app-containers/containers-common !app-containers/containers-storage !