Skip to content

Commit

Permalink
net-news/canto-{daemon,curses}: add Python 3.11 support
Browse files Browse the repository at this point in the history
Reported-by: Michał Górny <[email protected]>
Closes: https://bugs.gentoo.org/897138
Closes: https://bugs.gentoo.org/897140
Signed-off-by: Sergey Popov <[email protected]>
  • Loading branch information
Pinkbyte committed Feb 27, 2023
1 parent 6674c6f commit b1cdff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net-news/canto-curses/canto-curses-0.9.9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="ncurses(+),threads(+)"
inherit distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion net-news/canto-daemon/canto-daemon-0.9.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="xml(+),threads(+)"
inherit distutils-r1

Expand Down

0 comments on commit b1cdff7

Please sign in to comment.