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 A78B2158089 for ; Sat, 14 Oct 2023 13:49:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFCFD2BC01C; Sat, 14 Oct 2023 13:49:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A407D2BC01C for ; Sat, 14 Oct 2023 13:49:48 +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 B1D36335C2E for ; Sat, 14 Oct 2023 13:49:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEEFB1074 for ; Sat, 14 Oct 2023 13:49:45 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1697291310.7f407e6c1a9e5e92476758ef353b150e5fc725c4.leio@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-45.0.ebuild X-VCS-Directories: gnome-base/gnome-shell/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 7f407e6c1a9e5e92476758ef353b150e5fc725c4 X-VCS-Branch: master Date: Sat, 14 Oct 2023 13:49:45 +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: 25c063f1-2458-4178-b94c-a9acc102e24d X-Archives-Hash: 149493718312d7362ac23bb1d7ba7491 commit: 7f407e6c1a9e5e92476758ef353b150e5fc725c4 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Oct 14 13:45:57 2023 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Oct 14 13:48:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f407e6c gnome-base/gnome-shell: drop obsolete dbus-glib dependency For 3.26.2 we moved dbus-glib dependency to be only networkmanager specific in commit 4f874177a1bcee5. After that for 3.27.91, upstream ported the network support to libnm in upstream commit d71af5e5795b and with that dropped the remaining dbus-glib usage long ago. Drop the redundant dep from our end finally. Signed-off-by: Mart Raudsepp gentoo.org> gnome-base/gnome-shell/gnome-shell-45.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/gnome-base/gnome-shell/gnome-shell-45.0.ebuild b/gnome-base/gnome-shell/gnome-shell-45.0.ebuild index 97fd00614ef4..ce9d7ddda344 100644 --- a/gnome-base/gnome-shell/gnome-shell-45.0.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-45.0.ebuild @@ -36,7 +36,6 @@ DEPEND=" >=net-misc/networkmanager-1.10.4[introspection] net-libs/libnma[introspection] >=app-crypt/libsecret-0.18 - dev-libs/dbus-glib ) pipewire? ( >=media-video/pipewire-0.3.49:= ) systemd? (