diff options
author | Sam James <sam@gentoo.org> | 2023-08-27 01:08:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-27 01:08:30 +0100 |
commit | 9a9621d863c8829b54cdd76124c94f83ddd006c5 (patch) | |
tree | 59d7ce71a5353e1657b64f06f32d6bfaac31fa9f /app-portage | |
parent | app-portage/mirrorselect: add 2.4.0 (diff) | |
download | gentoo-9a9621d863c8829b54cdd76124c94f83ddd006c5.tar.gz gentoo-9a9621d863c8829b54cdd76124c94f83ddd006c5.tar.bz2 gentoo-9a9621d863c8829b54cdd76124c94f83ddd006c5.zip |
app-portage/gentoolkit: update comment wrt portage version
Bug: https://bugs.gentoo.org/900224
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild index f2a2e460b5f9..bceaba71f64b 100644 --- a/app-portage/gentoolkit/gentoolkit-9999.ebuild +++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..11} pypy3 ) PYTHON_REQ_USE="xml(+),threads(+)" inherit distutils-r1 tmpfiles @@ -23,7 +23,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools" LICENSE="GPL-2" SLOT="0" -# Need newer Portage for XML fix, bug #857537 +# Need newer Portage for eclean-pkg API, bug #900224 DEPEND=" >=sys-apps/portage-3.0.52[${PYTHON_USEDEP}] " |