dev-lang/python: fix automagic b2 dep; force pkg-config usage

wrt pkg-config: we already depend on it but let's force usage
so we know if something goes wrong rather than silently failing.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-05-11 03:22:32 +00:00
parent 5a34097c89
commit 07fb110370

View File

@@ -40,6 +40,7 @@ RESTRICT="!test? ( test )"
RDEPEND="
app-arch/bzip2:=
app-arch/xz-utils:=
app-crypt/libb2
>=dev-libs/expat-2.1:=
dev-libs/libffi:=
sys-apps/util-linux:=
@@ -195,6 +196,7 @@ src_configure() {
--with-system-expat
--with-system-ffi
--with-platlibdir=lib
--with-pkg-config=yes
$(use_with lto)
$(use_enable pgo optimizations)