Skip to content

Commit

Permalink
games-util/legendary: enable py3.12
Browse files Browse the repository at this point in the history
Signed-off-by: tastytea <gentoo@tastytea.de>
  • Loading branch information
tastytea committed Jun 23, 2024
1 parent 3aa6387 commit 8f3a20b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions games-util/legendary/legendary-0.20.34.ebuild
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 2020-2023 Gentoo Authors
# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1

Expand Down

0 comments on commit 8f3a20b

Please sign in to comment.