From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2450A1581C1 for ; Thu, 4 Jul 2024 01:15:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A4E92BC05D; Thu, 4 Jul 2024 01:15:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A4962BC05D for ; Thu, 4 Jul 2024 01:15:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37BB9335D1C for ; Thu, 4 Jul 2024 01:15:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D668A1DD3 for ; Thu, 4 Jul 2024 01:15:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1720055690.6067f56711d7a7a01c2705450eb2df0485bb179f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/eduvpn-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/eduvpn-client/eduvpn-client-9999.ebuild X-VCS-Directories: net-vpn/eduvpn-client/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6067f56711d7a7a01c2705450eb2df0485bb179f X-VCS-Branch: master Date: Thu, 4 Jul 2024 01:15:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 33f4103b-0961-4ae7-88ff-e1ec891a5a38 X-Archives-Hash: 66d5a351b6da4dcac42602ea9cdabb35 commit: 6067f56711d7a7a01c2705450eb2df0485bb179f Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Sat Apr 27 08:53:02 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 4 01:14:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6067f567 net-vpn/eduvpn-client: sync live Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Signed-off-by: Sam James gentoo.org> net-vpn/eduvpn-client/eduvpn-client-9999.ebuild | 4 ++-- 1 file 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() {