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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5DE951581F0 for ; Wed, 08 Jan 2025 08:28:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D886E0817; Wed, 08 Jan 2025 08:28:53 +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 81E8CE0817 for ; Wed, 08 Jan 2025 08:28:53 +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 75E5C340C7F for ; Wed, 08 Jan 2025 08:28:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 115E51D4D for ; Wed, 08 Jan 2025 08:28:51 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1736324925.27b35c399fa7bd283d8b9581cadcc7f4801dc9ec.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/fractal/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/fractal/fractal-10_beta.ebuild X-VCS-Directories: net-im/fractal/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 27b35c399fa7bd283d8b9581cadcc7f4801dc9ec X-VCS-Branch: master Date: Wed, 08 Jan 2025 08:28:51 +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: 4a94b3a1-28fb-44e9-ab6d-490be6b4d592 X-Archives-Hash: a62bdf2f6c1b333ffce5d21be84a2292 commit: 27b35c399fa7bd283d8b9581cadcc7f4801dc9ec Author: Michał Górny gentoo org> AuthorDate: Wed Jan 8 08:06:31 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jan 8 08:28:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b35c39 net-im/fractal: Bump minimal libshumate version Closes: https://bugs.gentoo.org/946598 Signed-off-by: Michał Górny gentoo.org> net-im/fractal/fractal-10_beta.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/fractal/fractal-10_beta.ebuild b/net-im/fractal/fractal-10_beta.ebuild index c6003cd8dd70..41a24ef3ea58 100644 --- a/net-im/fractal/fractal-10_beta.ebuild +++ b/net-im/fractal/fractal-10_beta.ebuild @@ -51,7 +51,7 @@ DEPEND=" >=media-video/pipewire-0.3.0:=[gstreamer] >=media-libs/libwebp-1.0.0:= >=dev-libs/openssl-1.0.1:= - >=media-libs/libshumate-1.0.0:1.0 + >=media-libs/libshumate-1.2:1.0 >=dev-db/sqlite-3.24.0:3 >=sys-apps/xdg-desktop-portal-1.14.1