diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2024-04-27 10:53:02 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-04 02:14:50 +0100 |
commit | 6067f56711d7a7a01c2705450eb2df0485bb179f (patch) | |
tree | d5bb39279479921ea5e5f9808629b5f4cf9fc234 /net-vpn/eduvpn-client/eduvpn-client-9999.ebuild | |
parent | net-vpn/eduvpn-client: add 4.3.1 (diff) | |
download | gentoo-6067f56711d7a7a01c2705450eb2df0485bb179f.tar.gz gentoo-6067f56711d7a7a01c2705450eb2df0485bb179f.tar.bz2 gentoo-6067f56711d7a7a01c2705450eb2df0485bb179f.zip |
net-vpn/eduvpn-client: sync live
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn/eduvpn-client/eduvpn-client-9999.ebuild')
-rw-r--r-- | net-vpn/eduvpn-client/eduvpn-client-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-vpn/eduvpn-client/eduvpn-client-9999.ebuild b/net-vpn/eduvpn-client/eduvpn-client-9999.ebuild index 0c1558bb2efa..13d420d01b3e 100644 --- a/net-vpn/eduvpn-client/eduvpn-client-9999.ebuild +++ b/net-vpn/eduvpn-client/eduvpn-client-9999.ebuild @@ -47,7 +47,7 @@ RDEPEND=" dev-python/requests[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] net-misc/networkmanager - >=net-vpn/eduvpn-common-1.99.0[${PYTHON_USEDEP}] + =net-vpn/eduvpn-common-2*[${PYTHON_USEDEP}] " if [[ ${PV} != *9999* ]] ; then @@ -55,7 +55,7 @@ if [[ ${PV} != *9999* ]] ; then fi PATCHES=( - "${FILESDIR}/${PN}-4.2.1-desktop.patch" + "${FILESDIR}/${PN}-4.3.1-desktop.patch" ) pkg_postinst() { |