Diff riseup-vpn-0.21.11_p20221113 with a riseup-vpn-0.21.11_p20230412

/usr/portage/net-vpn/riseup-vpn/riseup-vpn-0.21.11_p20230412.ebuild 2023-10-09 14:52:34.768368483 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{9..11} )
6
PYTHON_COMPAT=( python3_{10..12} )
7 7

  
8 8
inherit desktop python-single-r1 go-module qmake-utils virtualx xdg
9 9

  
10
COMMIT="d7749dca00983fa9240e146ebf036c44cf67b9cd"
10
COMMIT="ec3f27147f2f72cebedf12ae0cc40277b78e998e"
11 11

  
12 12
DESCRIPTION="Anonymous encrypted VPN client powered by Bitmask"
13 13
HOMEPAGE="https://riseup.net/en/vpn https://0xacab.org/leap/bitmask-vpn https://bitmask.net"
......
49 49
"
50 50

  
51 51
PATCHES=(
52
	"${FILESDIR}/${P}-revert-data-cipher-arg-to-cipher.patch"
52
	"${FILESDIR}/${PN}-0.21.11_p20221113-revert-data-cipher-arg-to-cipher.patch"
53 53
)
54 54

  
55 55
src_prepare() {
Thank you!