From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id BE46B1581F0 for ; Sat, 25 Jan 2025 15:27:18 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A3A64343560 for ; Sat, 25 Jan 2025 15:27:18 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 158BC11042F; Sat, 25 Jan 2025 15:27:13 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 0F8DB11042F for ; Sat, 25 Jan 2025 15:27:13 +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 BD2BD34355F for ; Sat, 25 Jan 2025 15:27:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F133236B for ; Sat, 25 Jan 2025 15:27:11 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1737818815.15c99f9eb21f497191dcf76946153a3a8b52f1e6.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-software/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-software/gnome-software-47.4.ebuild X-VCS-Directories: gnome-extra/gnome-software/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 15c99f9eb21f497191dcf76946153a3a8b52f1e6 X-VCS-Branch: master Date: Sat, 25 Jan 2025 15:27:11 +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: c3664d2d-47b1-4cdf-826b-156bfe1ba498 X-Archives-Hash: 99ce08dc189c49c71cedc0bd46390790 commit: 15c99f9eb21f497191dcf76946153a3a8b52f1e6 Author: Pacho Ramos gentoo org> AuthorDate: Sat Jan 25 15:19:55 2025 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Jan 25 15:26:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c99f9e gnome-extra/gnome-software: Fix dependencies Signed-off-by: Pacho Ramos gentoo.org> gnome-extra/gnome-software/gnome-software-47.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/gnome-software/gnome-software-47.4.ebuild b/gnome-extra/gnome-software/gnome-software-47.4.ebuild index b662b538c9c6..3e53c70c0307 100644 --- a/gnome-extra/gnome-software/gnome-software-47.4.ebuild +++ b/gnome-extra/gnome-software/gnome-software-47.4.ebuild @@ -35,7 +35,7 @@ RDEPEND=" sys-libs/snapd-glib:= ) udev? ( dev-libs/libgudev ) - >=gnome-base/gsettings-desktop-schemas-3.11.5 + >=gnome-base/gsettings-desktop-schemas-3.18.0 " DEPEND="${RDEPEND} test? ( dev-libs/libglib-testing )