diff options
author | Zac Medico <zmedico@gentoo.org> | 2024-03-06 11:40:47 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2024-03-06 11:42:17 -0800 |
commit | c31fd99bc16821a01792f393605457bed482bd00 (patch) | |
tree | 7f798522571d0a20a55c779246bba9b34fbd5e44 /app-portage | |
parent | kde-plasma/xembed-sni-proxy: add kde-invent upstream metadata (diff) | |
download | gentoo-c31fd99bc16821a01792f393605457bed482bd00.tar.gz gentoo-c31fd99bc16821a01792f393605457bed482bd00.tar.bz2 gentoo-c31fd99bc16821a01792f393605457bed482bd00.zip |
app-portage/esearch: sync 9999
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/esearch/esearch-9999.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-portage/esearch/esearch-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild index 4bc06cc9d1bb..db0abe567e95 100644 --- a/app-portage/esearch/esearch-9999.ebuild +++ b/app-portage/esearch/esearch-9999.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 git-r3 @@ -19,6 +19,7 @@ IUSE="l10n_fr l10n_it" KEYWORDS="" +BDEPEND="${DISTUTILS_DEPS}" DEPEND="sys-apps/portage" RDEPEND="${DEPEND}" |