diff options
Diffstat (limited to 'dev-python/pysol_cards')
-rw-r--r-- | dev-python/pysol_cards/pysol_cards-0.14.2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild b/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild index 4df42d0b5f62..724288328866 100644 --- a/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild +++ b/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) +EAPI=8 +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="Deal PySol FreeCell cards" |