diff options
author | Zac Medico <zmedico@gentoo.org> | 2024-10-27 12:26:29 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2024-10-27 12:28:31 -0700 |
commit | 96a2b38189693e2be08f39550fbd623334f7962b (patch) | |
tree | b0b5f3a8d237003eb4e545c44400c9bb8fffb321 /app-containers | |
parent | dev-lang/python: Skip test_perf_profiler because of frequent failures (diff) | |
download | gentoo-96a2b38189693e2be08f39550fbd623334f7962b.tar.gz gentoo-96a2b38189693e2be08f39550fbd623334f7962b.tar.bz2 gentoo-96a2b38189693e2be08f39550fbd623334f7962b.zip |
app-containers/cri-o: Add sys-apps/which to BDEPEND
Closes: https://bugs.gentoo.org/942366
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/cri-o/cri-o-1.29.2.ebuild | 1 | ||||
-rw-r--r-- | app-containers/cri-o/cri-o-1.30.4.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app-containers/cri-o/cri-o-1.29.2.ebuild b/app-containers/cri-o/cri-o-1.29.2.ebuild index 31584eebabb9..432e9db78f48 100644 --- a/app-containers/cri-o/cri-o-1.29.2.ebuild +++ b/app-containers/cri-o/cri-o-1.29.2.ebuild @@ -39,6 +39,7 @@ DEPEND=" RDEPEND="${COMMON_DEPEND} !<app-containers/podman-1.3.2-r1 selinux? ( sec-policy/selinux-crio )" +BDEPEND="sys-apps/which" src_prepare() { default diff --git a/app-containers/cri-o/cri-o-1.30.4.ebuild b/app-containers/cri-o/cri-o-1.30.4.ebuild index 74f118a739af..4feb101953a2 100644 --- a/app-containers/cri-o/cri-o-1.30.4.ebuild +++ b/app-containers/cri-o/cri-o-1.30.4.ebuild @@ -39,6 +39,7 @@ DEPEND=" RDEPEND="${COMMON_DEPEND} !<app-containers/podman-1.3.2-r1 selinux? ( sec-policy/selinux-crio )" +BDEPEND="sys-apps/which" src_prepare() { default |