Skip to content

Commit

Permalink
app-cdr/cdemu: Enable py3.10
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/835409
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Mar 16, 2022
1 parent 022d312 commit c97974c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-cdr/cdemu/cdemu-3.2.5.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python3_{8..9} )
PYTHON_COMPAT=( python3_{8..10} )

inherit bash-completion-r1 cmake python-single-r1 xdg-utils

Expand Down

0 comments on commit c97974c

Please sign in to comment.