diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-01 17:40:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-01 17:45:06 +0100 |
commit | bfc019d0bd61d8fb5283b27c76d35bcdd54738b8 (patch) | |
tree | d5985cdbae22495dfa9826f6c3cc0ba8cea8eca6 /dev-lang | |
parent | dev-lang/python: Remove old (diff) | |
download | gentoo-bfc019d0bd61d8fb5283b27c76d35bcdd54738b8.tar.gz gentoo-bfc019d0bd61d8fb5283b27c76d35bcdd54738b8.tar.bz2 gentoo-bfc019d0bd61d8fb5283b27c76d35bcdd54738b8.zip |
dev-lang/python: Add a dep on autoconf-archive in 3.10
Closes: https://bugs.gentoo.org/760579
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/python-3.10.0_alpha3.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-lang/python/python-3.10.0_alpha3.ebuild b/dev-lang/python/python-3.10.0_alpha3.ebuild index ea470a43ed9f..c26b80ae4526 100644 --- a/dev-lang/python/python-3.10.0_alpha3.ebuild +++ b/dev-lang/python/python-3.10.0_alpha3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -53,7 +53,10 @@ RDEPEND="app-arch/bzip2:= # bluetooth requires headers from bluez DEPEND="${RDEPEND} bluetooth? ( net-wireless/bluez ) - test? ( app-arch/xz-utils[extra-filters(+)] ) + test? ( app-arch/xz-utils[extra-filters(+)] )" +# autoconf-archive needed to eautoreconf +BDEPEND=" + sys-devel/autoconf-archive virtual/pkgconfig !sys-devel/gcc[libffi(-)]" RDEPEND+=" !build? ( app-misc/mime-types )" |