diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-06-01 15:12:38 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-06-01 15:12:38 +0200 |
commit | 11d70363375ed0cc73b8d00067ae4a1bdd003faf (patch) | |
tree | 085ac7763df5f6eafbf582ce21874e1511945f50 /net-vpn/riseup-vpn | |
parent | media-gfx/libredwg: enable py3.11, strip .la files if not static-libs (diff) | |
download | gentoo-11d70363375ed0cc73b8d00067ae4a1bdd003faf.tar.gz gentoo-11d70363375ed0cc73b8d00067ae4a1bdd003faf.tar.bz2 gentoo-11d70363375ed0cc73b8d00067ae4a1bdd003faf.zip |
net-vpn/riseup-vpn: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'net-vpn/riseup-vpn')
-rw-r--r-- | net-vpn/riseup-vpn/riseup-vpn-0.21.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-vpn/riseup-vpn/riseup-vpn-0.21.11.ebuild b/net-vpn/riseup-vpn/riseup-vpn-0.21.11.ebuild index 76903cc57d06..0c242cf96ed4 100644 --- a/net-vpn/riseup-vpn/riseup-vpn-0.21.11.ebuild +++ b/net-vpn/riseup-vpn/riseup-vpn-0.21.11.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit desktop python-single-r1 go-module qmake-utils virtualx xdg |