From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1457444-garchives=archives.gentoo.org@lists.gentoo.org> 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 D3008158020 for <garchives@archives.gentoo.org>; Thu, 17 Nov 2022 01:22:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22371E0827; Thu, 17 Nov 2022 01:22:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0989DE0827 for <gentoo-commits@lists.gentoo.org>; Thu, 17 Nov 2022 01:22:21 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F218340A3B for <gentoo-commits@lists.gentoo.org>; Thu, 17 Nov 2022 01:22:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77A76523 for <gentoo-commits@lists.gentoo.org>; Thu, 17 Nov 2022 01:22:18 +0000 (UTC) From: "Zac Medico" <zmedico@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" <zmedico@gentoo.org> Message-ID: <1668648131.15a5bd58d23ca1f0f07b01c2e3e0a35c304f9ebc.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/flatpak/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/flatpak/flatpak-1.12.3-r1.ebuild sys-apps/flatpak/flatpak-1.12.3.ebuild X-VCS-Directories: sys-apps/flatpak/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 15a5bd58d23ca1f0f07b01c2e3e0a35c304f9ebc X-VCS-Branch: master Date: Thu, 17 Nov 2022 01:22:18 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 540bd885-9e4b-4d07-a390-49107a176bb8 X-Archives-Hash: ac8892a93d7ed77a3e89089be43150c4 commit: 15a5bd58d23ca1f0f07b01c2e3e0a35c304f9ebc Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Thu Nov 17 01:14:24 2022 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Thu Nov 17 01:22:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a5bd58 sys-apps/flatpak: pin to libsoup:2.4 Closes: https://bugs.gentoo.org/881573 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> sys-apps/flatpak/{flatpak-1.12.3.ebuild => flatpak-1.12.3-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/flatpak/flatpak-1.12.3.ebuild b/sys-apps/flatpak/flatpak-1.12.3-r1.ebuild similarity index 98% rename from sys-apps/flatpak/flatpak-1.12.3.ebuild rename to sys-apps/flatpak/flatpak-1.12.3-r1.ebuild index d83453336f19..6914f29a7ab8 100644 --- a/sys-apps/flatpak/flatpak-1.12.3.ebuild +++ b/sys-apps/flatpak/flatpak-1.12.3-r1.ebuild @@ -34,7 +34,7 @@ RDEPEND=" ) >=gnome-base/dconf-0.26:= gnome-base/gsettings-desktop-schemas - >=net-libs/libsoup-2.4:= + >=net-libs/libsoup-2.4:2.4= >=sys-apps/bubblewrap-0.5.0 sys-apps/dbus >=sys-fs/fuse-2.9.9:0=