Skip to content

Commit

Permalink
media-libs/graphene: add python 3.10
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/829434
Closes: #23371
Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com>
  • Loading branch information
t0b3 committed Mar 8, 2022
1 parent abd32ce commit 7ecdd5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion media-libs/graphene/graphene-1.10.6-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit xdg-utils meson-multilib python-any-r1

DESCRIPTION="A thin layer of types for graphic libraries"
Expand Down
4 changes: 2 additions & 2 deletions media-libs/graphene/graphene-1.10.6.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_{7..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit xdg-utils meson-multilib python-any-r1

DESCRIPTION="A thin layer of types for graphic libraries"
Expand Down

0 comments on commit 7ecdd5d

Please sign in to comment.