From 07fb1103700af6440f5a9df8cee2eb32847d7c65 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 11 May 2022 03:22:32 +0000 Subject: [PATCH] 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 --- ...hon-3.11.0_beta1-r1.ebuild => python-3.11.0_beta1-r2.ebuild} | 2 ++ 1 file changed, 2 insertions(+) rename dev-lang/python/{python-3.11.0_beta1-r1.ebuild => python-3.11.0_beta1-r2.ebuild} (99%) diff --git a/dev-lang/python/python-3.11.0_beta1-r1.ebuild b/dev-lang/python/python-3.11.0_beta1-r2.ebuild similarity index 99% rename from dev-lang/python/python-3.11.0_beta1-r1.ebuild rename to dev-lang/python/python-3.11.0_beta1-r2.ebuild index 1afeef7be7a4e..df656602e75c4 100644 --- a/dev-lang/python/python-3.11.0_beta1-r1.ebuild +++ b/dev-lang/python/python-3.11.0_beta1-r2.ebuild @@ -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)