Skip to content

Commit

Permalink
dev-vcs/mercurial: disable py3.12
Browse files Browse the repository at this point in the history
Broken at runtime as tries to import 'imp'.

Bug: https://bugs.gentoo.org/912155
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Aug 12, 2023
1 parent c0667f3 commit 8513917
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-vcs/mercurial/mercurial-6.4.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EAPI=8
CARGO_OPTIONAL=1
DISTUTILS_EXT=1
DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python3_{9..12} )
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_REQ_USE="threads(+)"

CRATES="
Expand Down
2 changes: 1 addition & 1 deletion dev-vcs/mercurial/mercurial-6.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EAPI=8
CARGO_OPTIONAL=1
DISTUTILS_USE_PEP517="setuptools"
DISTUTILS_EXT=1
PYTHON_COMPAT=( python3_{9..12} )
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_REQ_USE="threads(+)"

CRATES="
Expand Down
2 changes: 1 addition & 1 deletion dev-vcs/mercurial/mercurial-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EAPI=8
CARGO_OPTIONAL=1
DISTUTILS_USE_PEP517="setuptools"
DISTUTILS_EXT=1
PYTHON_COMPAT=( python3_{9..12} )
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_REQ_USE="threads(+)"

inherit bash-completion-r1 cargo elisp-common distutils-r1 mercurial flag-o-matic multiprocessing
Expand Down

0 comments on commit 8513917

Please sign in to comment.