diff options
author | Sam James <sam@gentoo.org> | 2022-05-17 08:46:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-17 08:46:01 +0000 |
commit | a46c2659e39ab9e85661e38487fa0288213092dd (patch) | |
tree | f55496ffc0502e7500125611fac5221eedbcc3c5 /gui-apps | |
parent | net-analyzer/termshark: drop obsolete RESTRICT=mirror (diff) | |
download | gentoo-a46c2659e39ab9e85661e38487fa0288213092dd.tar.gz gentoo-a46c2659e39ab9e85661e38487fa0288213092dd.tar.bz2 gentoo-a46c2659e39ab9e85661e38487fa0288213092dd.zip |
gui-apps/waypipe: add Python 3.10
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/waypipe/waypipe-0.8.0-r2.ebuild | 3 | ||||
-rw-r--r-- | gui-apps/waypipe/waypipe-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/gui-apps/waypipe/waypipe-0.8.0-r2.ebuild b/gui-apps/waypipe/waypipe-0.8.0-r2.ebuild index c7f35a6ec2e2..c9c815446b9e 100644 --- a/gui-apps/waypipe/waypipe-0.8.0-r2.ebuild +++ b/gui-apps/waypipe/waypipe-0.8.0-r2.ebuild @@ -3,8 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) - +PYTHON_COMPAT=( python3_{8..10} ) inherit meson python-any-r1 DESCRIPTION="Transparent network proxy for Wayland compositors" diff --git a/gui-apps/waypipe/waypipe-9999.ebuild b/gui-apps/waypipe/waypipe-9999.ebuild index c7f35a6ec2e2..c9c815446b9e 100644 --- a/gui-apps/waypipe/waypipe-9999.ebuild +++ b/gui-apps/waypipe/waypipe-9999.ebuild @@ -3,8 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) - +PYTHON_COMPAT=( python3_{8..10} ) inherit meson python-any-r1 DESCRIPTION="Transparent network proxy for Wayland compositors" |