diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-03-29 10:20:54 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-03-29 10:37:58 -0500 |
commit | 60d47e2dab1eacc72edb7fa25a18141d3719ecaa (patch) | |
tree | b046b9c5b2a0a2d4ad7d7bdcb512cee4449f0069 /app-admin | |
parent | dev-python/irc: Bump to 20.4.0 (diff) | |
download | gentoo-60d47e2dab1eacc72edb7fa25a18141d3719ecaa.tar.gz gentoo-60d47e2dab1eacc72edb7fa25a18141d3719ecaa.tar.bz2 gentoo-60d47e2dab1eacc72edb7fa25a18141d3719ecaa.zip |
app-admin/ps_mem: enable py3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/ps_mem/ps_mem-3.14-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-admin/ps_mem/ps_mem-3.14-r1.ebuild b/app-admin/ps_mem/ps_mem-3.14-r1.ebuild index 59f3c0578f52..b5474c4c3e05 100644 --- a/app-admin/ps_mem/ps_mem-3.14-r1.ebuild +++ b/app-admin/ps_mem/ps_mem-3.14-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 @@ -16,7 +16,6 @@ SRC_URI="https://github.com/pixelb/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P} LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 ~arm64 ppc64 sparc x86" -IUSE="" python_install() { distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin" |