Skip to content

Commit

Permalink
net-p2p/deluge: enable py3.11
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/897142
Signed-off-by: Paolo Pedroni <[email protected]>

net-p2p/deluge: enable py3.11 for live ebuild as well

Signed-off-by: Paolo Pedroni <[email protected]>
Closes: gentoo#30288
Signed-off-by: Craig Andrews <[email protected]>
  • Loading branch information
PPed72 authored and candrews committed Mar 21, 2023
1 parent 7829629 commit 65f0ecb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion net-p2p/deluge/deluge-2.1.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion net-p2p/deluge/deluge-2.1.1-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion net-p2p/deluge/deluge-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65f0ecb

Please sign in to comment.