diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-05-13 10:23:08 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-05-13 10:50:30 -0400 |
commit | 6bcff344cdb6d75d873e45b9c710bc82fd983bb4 (patch) | |
tree | a3a213b1d7bd382805e3d9a81ea02d9901542e48 | |
parent | dev-python/pytest-bdd: enable py3.11 (diff) | |
download | gentoo-6bcff344cdb6d75d873e45b9c710bc82fd983bb4.tar.gz gentoo-6bcff344cdb6d75d873e45b9c710bc82fd983bb4.tar.bz2 gentoo-6bcff344cdb6d75d873e45b9c710bc82fd983bb4.zip |
app-emulation/ruffle: enable py3.11
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r-- | app-emulation/ruffle/ruffle-0_p20220429.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/ruffle/ruffle-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/ruffle/ruffle-0_p20220429.ebuild b/app-emulation/ruffle/ruffle-0_p20220429.ebuild index 926b057e7ac0..7e01b22d8562 100644 --- a/app-emulation/ruffle/ruffle-0_p20220429.ebuild +++ b/app-emulation/ruffle/ruffle-0_p20220429.ebuild @@ -401,7 +401,7 @@ CRATES=" xcursor-0.3.4 xml-rs-0.8.4" # python is needed by xcb-0.8.2 until update to >=0.10 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="xml(+)" inherit cargo desktop flag-o-matic python-any-r1 xdg diff --git a/app-emulation/ruffle/ruffle-9999.ebuild b/app-emulation/ruffle/ruffle-9999.ebuild index 5f575704c2b7..881e17764a61 100644 --- a/app-emulation/ruffle/ruffle-9999.ebuild +++ b/app-emulation/ruffle/ruffle-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 # python is needed by xcb-0.8.2 until update to >=0.10 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="xml(+)" inherit cargo desktop flag-o-matic git-r3 python-any-r1 xdg |