diff options
author | Ben Kohler <bkohler@gentoo.org> | 2020-12-07 07:00:08 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2020-12-07 07:00:30 -0600 |
commit | 51c7181b3d5970320edb3ce30d75a005347995db (patch) | |
tree | a624a3b051e3800f0b274309343b06c29759382b /app-admin/ps_mem | |
parent | x11-drivers/nvidia-drivers: Add patch for modesetting allocation failures (diff) | |
download | gentoo-51c7181b3d5970320edb3ce30d75a005347995db.tar.gz gentoo-51c7181b3d5970320edb3ce30d75a005347995db.tar.bz2 gentoo-51c7181b3d5970320edb3ce30d75a005347995db.zip |
app-admin/ps_mem: add python3_9 support
Closes: https://bugs.gentoo.org/758863
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'app-admin/ps_mem')
-rw-r--r-- | app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild b/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild index 91108a61195a..30703b47880c 100644 --- a/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild +++ b/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=rdepend |