commit: 65f0ecbecf088f9b777be514d12c6d34c409a18b Author: Paolo Pedroni <paolo.pedroni <AT> iol <DOT> it> AuthorDate: Tue Mar 21 16:21:18 2023 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Tue Mar 21 16:42:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f0ecbe
net-p2p/deluge: enable py3.11 Closes: https://bugs.gentoo.org/897142 Signed-off-by: Paolo Pedroni <paolo.pedroni <AT> iol.it> net-p2p/deluge: enable py3.11 for live ebuild as well Signed-off-by: Paolo Pedroni <paolo.pedroni <AT> iol.it> Closes: https://github.com/gentoo/gentoo/pull/30288 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> net-p2p/deluge/deluge-2.1.1-r1.ebuild | 2 +- net-p2p/deluge/deluge-2.1.1-r2.ebuild | 2 +- net-p2p/deluge/deluge-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-p2p/deluge/deluge-2.1.1-r1.ebuild b/net-p2p/deluge/deluge-2.1.1-r1.ebuild index 9cca6cbcf30b..379bc32a63c2 100644 --- a/net-p2p/deluge/deluge-2.1.1-r1.ebuild +++ b/net-p2p/deluge/deluge-2.1.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 systemd xdg diff --git a/net-p2p/deluge/deluge-2.1.1-r2.ebuild b/net-p2p/deluge/deluge-2.1.1-r2.ebuild index 11b28b690778..9239e7a1126d 100644 --- a/net-p2p/deluge/deluge-2.1.1-r2.ebuild +++ b/net-p2p/deluge/deluge-2.1.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 systemd xdg diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild index d075d8e464b6..197540569dc2 100644 --- a/net-p2p/deluge/deluge-9999.ebuild +++ b/net-p2p/deluge/deluge-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 systemd xdg
