diff options
author | Zac Medico <zmedico@gentoo.org> | 2024-03-06 10:00:01 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2024-03-06 10:00:55 -0800 |
commit | 0aa1f76103c15a5adb3656dd1e5d08b0048de882 (patch) | |
tree | cb849f7472085af937198c6f58b011701c821462 /app-portage | |
parent | app-misc/lfm: drop 3.1 (diff) | |
download | gentoo-0aa1f76103c15a5adb3656dd1e5d08b0048de882.tar.gz gentoo-0aa1f76103c15a5adb3656dd1e5d08b0048de882.tar.bz2 gentoo-0aa1f76103c15a5adb3656dd1e5d08b0048de882.zip |
app-portage/esearch: enable PEP517 build
Closes: https://bugs.gentoo.org/909886
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/esearch/esearch-1.3-r3.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-portage/esearch/esearch-1.3-r3.ebuild b/app-portage/esearch/esearch-1.3-r3.ebuild index 9388ef51ebac..70712ebcfc36 100644 --- a/app-portage/esearch/esearch-1.3-r3.ebuild +++ b/app-portage/esearch/esearch-1.3-r3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="readline(+)" -DISTUTILS_USE_SETUPTOOLS=no +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 @@ -20,6 +20,7 @@ IUSE="l10n_fr l10n_it" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +BDEPEND="${DISTUTILS_DEPS}" DEPEND="sys-apps/portage" RDEPEND="${DEPEND}" |