Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/crun/
Date: Wed, 01 Dec 2021 18:02:33
Message-Id: 1638381738.f3a7e2703c8116c47712b99453c1fe973cea5b3b.juippis@gentoo
1 commit: f3a7e2703c8116c47712b99453c1fe973cea5b3b
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 1 18:00:05 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 1 18:02:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a7e270
7
8 app-emulation/crun: disable py3.7, add missing BDEPEND
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-emulation/crun/crun-1.3.ebuild | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/app-emulation/crun/crun-1.3.ebuild b/app-emulation/crun/crun-1.3.ebuild
16 index 29ed772f9849..6461366af873 100644
17 --- a/app-emulation/crun/crun-1.3.ebuild
18 +++ b/app-emulation/crun/crun-1.3.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{7..10} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25
26 inherit autotools python-any-r1
27
28 @@ -25,7 +25,10 @@ DEPEND="
29 systemd? ( sys-apps/systemd:= )
30 "
31 RDEPEND="${DEPEND}"
32 -BDEPEND="${PYTHON_DEPS}"
33 +BDEPEND="
34 + ${PYTHON_DEPS}
35 + virtual/pkgconfig
36 +"
37
38 # the crun test suite is comprehensive to the extent that tests will fail
39 # within a sandbox environment, due to the nature of the privileges