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 5F5E6158020 for ; Tue, 20 Dec 2022 16:15:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49611E095E; Tue, 20 Dec 2022 16:15:32 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C889E095E for ; Tue, 20 Dec 2022 16:15:31 +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 8D9C733BE99 for ; Tue, 20 Dec 2022 16:15:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0FB7771 for ; Tue, 20 Dec 2022 16:15:28 +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: <1671552882.11e6d20c5bac158236f3d85d43d857f6c71f5604.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-shell/gnome-shell-43.2-r1.ebuild gnome-base/gnome-shell/gnome-shell-43.2.ebuild X-VCS-Directories: gnome-base/gnome-shell/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 11e6d20c5bac158236f3d85d43d857f6c71f5604 X-VCS-Branch: master Date: Tue, 20 Dec 2022 16:15:28 +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: 0516febe-5094-4290-9dd2-b74ab7d5a9c5 X-Archives-Hash: ebf0ac0d7b3f423ece267eb1a22898f7 commit: 11e6d20c5bac158236f3d85d43d857f6c71f5604 Author: Matt Turner gentoo org> AuthorDate: Tue Dec 20 16:13:24 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Dec 20 16:14:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e6d20c gnome-base/gnome-shell: Raise evolution-data-server dep This ensures that libsoup:2.4 isn't loaded in the gnome-shell process. Closes: https://bugs.gentoo.org/887309 Signed-off-by: Matt Turner gentoo.org> .../gnome-shell/{gnome-shell-43.2.ebuild => gnome-shell-43.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/gnome-shell/gnome-shell-43.2.ebuild b/gnome-base/gnome-shell/gnome-shell-43.2-r1.ebuild similarity index 99% rename from gnome-base/gnome-shell/gnome-shell-43.2.ebuild rename to gnome-base/gnome-shell/gnome-shell-43.2-r1.ebuild index 9d766d42896b..1b060f26a09e 100644 --- a/gnome-base/gnome-shell/gnome-shell-43.2.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-43.2-r1.ebuild @@ -20,7 +20,7 @@ KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" # libXfixes-5.0 needed for pointer barriers and #include DEPEND=" - >=gnome-extra/evolution-data-server-3.33.1:= + >=gnome-extra/evolution-data-server-3.46.0:= >=app-crypt/gcr-3.90.0:4=[introspection] >=dev-libs/glib-2.68:2 >=dev-libs/gobject-introspection-1.49.1:=