diff options
author | Thomas Bettler <thomas.bettler@gmail.com> | 2021-12-16 22:13:06 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-04-05 00:30:18 +0200 |
commit | 2cc7479cb08202b8f16ae4585cbcdcff1279674c (patch) | |
tree | 00a2e1a9d1a6ccbe4addddc0c0d57cf3b72ecb2b /net-analyzer/rrdtool | |
parent | x11-libs/gtk+: add missing legacy icons (diff) | |
download | gentoo-2cc7479cb08202b8f16ae4585cbcdcff1279674c.tar.gz gentoo-2cc7479cb08202b8f16ae4585cbcdcff1279674c.tar.bz2 gentoo-2cc7479cb08202b8f16ae4585cbcdcff1279674c.zip |
net-analyzer/rrdtool: add python 3.10
Closes: https://github.com/gentoo/gentoo/pull/23349
Closes: https://bugs.gentoo.org/829378
Closes: https://github.com/gentoo/gentoo/pull/23349
Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-analyzer/rrdtool')
-rw-r--r-- | net-analyzer/rrdtool/rrdtool-1.7.2-r100.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/rrdtool/rrdtool-1.7.2-r100.ebuild b/net-analyzer/rrdtool/rrdtool-1.7.2-r100.ebuild index 1c278a038792..0c1a88cad569 100644 --- a/net-analyzer/rrdtool/rrdtool-1.7.2-r100.ebuild +++ b/net-analyzer/rrdtool/rrdtool-1.7.2-r100.ebuild @@ -7,7 +7,7 @@ DISTUTILS_OPTIONAL=true DISTUTILS_SINGLE_IMPL=true GENTOO_DEPEND_ON_PERL=no LUA_COMPAT=( lua5-{1..4} luajit ) -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools lua perl-module distutils-r1 flag-o-matic |