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 42D8E1581D3 for ; Wed, 15 May 2024 12:36:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3016DE2A2A; Wed, 15 May 2024 12:36:52 +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 0ED9CE2A32 for ; Wed, 15 May 2024 12:36:52 +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 0BFED34300D for ; Wed, 15 May 2024 12:36:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D61621AE3 for ; Wed, 15 May 2024 12:36:47 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715750380.385e14955957914f5f7691daa9372f4d461b5a2e.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/maestral/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/maestral/maestral-1.9.3-r1.ebuild net-misc/maestral/maestral-1.9.3.ebuild X-VCS-Directories: net-misc/maestral/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 385e14955957914f5f7691daa9372f4d461b5a2e X-VCS-Branch: master Date: Wed, 15 May 2024 12:36:47 +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: 3b8f4ef0-57c1-48eb-82e9-4042fde36177 X-Archives-Hash: 7a5ec94a86f5f2d99937d9e632d4e0b3 commit: 385e14955957914f5f7691daa9372f4d461b5a2e Author: Viorel Munteanu gentoo org> AuthorDate: Wed May 15 05:01:10 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Wed May 15 05:19:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=385e1495 net-misc/maestral: update dependency on dev-python/dropbox Signed-off-by: Viorel Munteanu gentoo.org> net-misc/maestral/{maestral-1.9.3.ebuild => maestral-1.9.3-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/maestral/maestral-1.9.3.ebuild b/net-misc/maestral/maestral-1.9.3-r1.ebuild similarity index 97% rename from net-misc/maestral/maestral-1.9.3.ebuild rename to net-misc/maestral/maestral-1.9.3-r1.ebuild index b0280ffd64..249d0019b7 100644 --- a/net-misc/maestral/maestral-1.9.3.ebuild +++ b/net-misc/maestral/maestral-1.9.3-r1.ebuild @@ -22,7 +22,7 @@ fi RDEPEND=" >=dev-python/click-8.0.2[${PYTHON_USEDEP}] >=dev-python/desktop-notifier-3.3.0[${PYTHON_USEDEP}] - =dev-python/dropbox-11*[${PYTHON_USEDEP}] + dev-python/dropbox[${PYTHON_USEDEP}] >=dev-python/fasteners-0.15[${PYTHON_USEDEP}] dev-python/importlib-metadata[${PYTHON_USEDEP}] >=dev-python/keyring-22.0.0[${PYTHON_USEDEP}]