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 D850E15A7D9 for ; Sun, 19 Mar 2023 03:23:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8BAAE0907; Sun, 19 Mar 2023 03:22:58 +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 A0C3CE0907 for ; Sun, 19 Mar 2023 03:22:58 +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 C2D07341329 for ; Sun, 19 Mar 2023 03:22:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7782690B for ; Sun, 19 Mar 2023 03:22:53 +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: <1679195915.e4fe903efe1ac96dd13573a834102b6be20f3a24.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/seafile/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/seafile/seafile-8.0.10-r2.ebuild net-misc/seafile/seafile-8.0.10-r3.ebuild X-VCS-Directories: net-misc/seafile/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e4fe903efe1ac96dd13573a834102b6be20f3a24 X-VCS-Branch: master Date: Sun, 19 Mar 2023 03:22:53 +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: 2ffc74e0-a119-4d40-80f8-e4daf3e3f036 X-Archives-Hash: 7621c64502414b0f9374f6074ba863ec commit: e4fe903efe1ac96dd13573a834102b6be20f3a24 Author: Sam James gentoo org> AuthorDate: Sun Mar 19 03:18:35 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 19 03:18:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4fe903e net-misc/seafile: fix libwebsockets dep Closes: https://bugs.gentoo.org/901823 Signed-off-by: Sam James gentoo.org> net-misc/seafile/{seafile-8.0.10-r2.ebuild => seafile-8.0.10-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/seafile/seafile-8.0.10-r2.ebuild b/net-misc/seafile/seafile-8.0.10-r3.ebuild similarity index 97% rename from net-misc/seafile/seafile-8.0.10-r2.ebuild rename to net-misc/seafile/seafile-8.0.10-r3.ebuild index a6281e0df2ba..b4431663a028 100644 --- a/net-misc/seafile/seafile-8.0.10-r2.ebuild +++ b/net-misc/seafile/seafile-8.0.10-r3.ebuild @@ -31,7 +31,7 @@ RDEPEND="${PYTHON_DEPS} dev-libs/glib:2 dev-libs/jansson:= dev-libs/libevent:= - net-libs/libwebsockets:= + net-libs/libwebsockets:=[client] net-libs/libsearpc[${PYTHON_SINGLE_USEDEP}] net-misc/curl sys-apps/util-linux