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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 158771382C5 for ; Fri, 4 Jun 2021 03:12:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55E95E086E; Fri, 4 Jun 2021 03:12:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C31BBE0869 for ; Fri, 4 Jun 2021 03:12:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02E27340FAE for ; Fri, 4 Jun 2021 03:12:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BFD475B for ; Fri, 4 Jun 2021 03:12:19 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1622776312.077acb1702696b2407cbcd07f98ec9280bedad86.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweaks/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-tweaks/gnome-tweaks-40.0.ebuild X-VCS-Directories: gnome-extra/gnome-tweaks/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 077acb1702696b2407cbcd07f98ec9280bedad86 X-VCS-Branch: master Date: Fri, 4 Jun 2021 03:12:19 +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: e3eaa8d1-56c1-473b-a13d-81ff30b8f89d X-Archives-Hash: 24590588a95d8748344362b75b1b45fe commit: 077acb1702696b2407cbcd07f98ec9280bedad86 Author: Matt Turner gentoo org> AuthorDate: Fri Jun 4 02:56:48 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jun 4 03:11:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=077acb17 gnome-extra/gnome-tweaks: Raise gsettings-desktop-schemas dep Closes: https://bugs.gentoo.org/793404 Signed-off-by: Matt Turner gentoo.org> gnome-extra/gnome-tweaks/gnome-tweaks-40.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/gnome-tweaks/gnome-tweaks-40.0.ebuild b/gnome-extra/gnome-tweaks/gnome-tweaks-40.0.ebuild index 4595dba16af..fc0744aeb70 100644 --- a/gnome-extra/gnome-tweaks/gnome-tweaks-40.0.ebuild +++ b/gnome-extra/gnome-tweaks/gnome-tweaks-40.0.ebuild @@ -32,7 +32,7 @@ RDEPEND="${DEPEND} net-libs/libsoup:2.4[introspection] x11-libs/libnotify[introspection] - >=gnome-base/gsettings-desktop-schemas-3.33.0 + >=gnome-base/gsettings-desktop-schemas-40.0 >=gnome-base/gnome-shell-3.24 x11-wm/mutter "