aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2024-02-19 16:46:19 -0500
committerJulien Roy <julien@jroy.ca>2024-02-19 16:46:19 -0500
commit646870cf4b412e6623dde83a80613b55a983283e (patch)
treeb7f8f1dac1d4540ad337072c1ee5d9ec311a01c8 /app-containers
parentRevert "app-containers/waydroid: added python3.12 support" (diff)
downloadguru-646870cf4b412e6623dde83a80613b55a983283e.tar.gz
guru-646870cf4b412e6623dde83a80613b55a983283e.tar.bz2
guru-646870cf4b412e6623dde83a80613b55a983283e.zip
app-containers/waydroid: enable py3.12
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'app-containers')
-rw-r--r--app-containers/waydroid/waydroid-1.4.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/waydroid/waydroid-1.4.2.ebuild b/app-containers/waydroid/waydroid-1.4.2.ebuild
index 25f3025a5d..9a495dd85c 100644
--- a/app-containers/waydroid/waydroid-1.4.2.ebuild
+++ b/app-containers/waydroid/waydroid-1.4.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit linux-info xdg-utils python-single-r1
DESCRIPTION="Container-based approach to boot a full Android system on Linux systems"