commit:     07fb1103700af6440f5a9df8cee2eb32847d7c65
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 03:22:32 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 11 03:23:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07fb1103

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 <AT> gentoo.org>

 .../{python-3.11.0_beta1-r1.ebuild => python-3.11.0_beta1-r2.ebuild}    | 2 ++
 1 file changed, 2 insertions(+)

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 1afeef7be7a4..df656602e75c 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)

Reply via email to