Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python/
Date: Fri, 01 Jan 2021 16:45:14
Message-Id: 1609519506.bfc019d0bd61d8fb5283b27c76d35bcdd54738b8.mgorny@gentoo
1 commit: bfc019d0bd61d8fb5283b27c76d35bcdd54738b8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 16:40:42 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 16:45:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc019d0
7
8 dev-lang/python: Add a dep on autoconf-archive in 3.10
9
10 Closes: https://bugs.gentoo.org/760579
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-lang/python/python-3.10.0_alpha3.ebuild | 7 +++++--
14 1 file changed, 5 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-lang/python/python-3.10.0_alpha3.ebuild b/dev-lang/python/python-3.10.0_alpha3.ebuild
17 index ea470a43ed9..c26b80ae452 100644
18 --- a/dev-lang/python/python-3.10.0_alpha3.ebuild
19 +++ b/dev-lang/python/python-3.10.0_alpha3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="7"
26 @@ -53,7 +53,10 @@ RDEPEND="app-arch/bzip2:=
27 # bluetooth requires headers from bluez
28 DEPEND="${RDEPEND}
29 bluetooth? ( net-wireless/bluez )
30 - test? ( app-arch/xz-utils[extra-filters(+)] )
31 + test? ( app-arch/xz-utils[extra-filters(+)] )"
32 +# autoconf-archive needed to eautoreconf
33 +BDEPEND="
34 + sys-devel/autoconf-archive
35 virtual/pkgconfig
36 !sys-devel/gcc[libffi(-)]"
37 RDEPEND+=" !build? ( app-misc/mime-types )"