Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python/
Date: Wed, 11 May 2022 03:33:33
Message-Id: 1652239383.07fb1103700af6440f5a9df8cee2eb32847d7c65.sam@gentoo
1 commit: 07fb1103700af6440f5a9df8cee2eb32847d7c65
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 11 03:22:32 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed May 11 03:23:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07fb1103
7
8 dev-lang/python: fix automagic b2 dep; force pkg-config usage
9
10 wrt pkg-config: we already depend on it but let's force usage
11 so we know if something goes wrong rather than silently failing.
12
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 .../{python-3.11.0_beta1-r1.ebuild => python-3.11.0_beta1-r2.ebuild} | 2 ++
16 1 file changed, 2 insertions(+)
17
18 diff --git a/dev-lang/python/python-3.11.0_beta1-r1.ebuild b/dev-lang/python/python-3.11.0_beta1-r2.ebuild
19 similarity index 99%
20 rename from dev-lang/python/python-3.11.0_beta1-r1.ebuild
21 rename to dev-lang/python/python-3.11.0_beta1-r2.ebuild
22 index 1afeef7be7a4..df656602e75c 100644
23 --- a/dev-lang/python/python-3.11.0_beta1-r1.ebuild
24 +++ b/dev-lang/python/python-3.11.0_beta1-r2.ebuild
25 @@ -40,6 +40,7 @@ RESTRICT="!test? ( test )"
26 RDEPEND="
27 app-arch/bzip2:=
28 app-arch/xz-utils:=
29 + app-crypt/libb2
30 >=dev-libs/expat-2.1:=
31 dev-libs/libffi:=
32 sys-apps/util-linux:=
33 @@ -195,6 +196,7 @@ src_configure() {
34 --with-system-expat
35 --with-system-ffi
36 --with-platlibdir=lib
37 + --with-pkg-config=yes
38
39 $(use_with lto)
40 $(use_enable pgo optimizations)