commit: 74ba150e0363c81a7a967b3b7c5a44cb144cf0c1
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 09:41:06 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 09:42:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74ba150e
gnome-base/gnome-shell: add missing libnma dependency
Most people got it via gnome-control-center -> nm-applet, but
nothing ensured USE=introspection on there before.
It has to be able to successfully import with gjs if
Config.HAVE_NETWORKMANAGER is set at runtime, which it is if
built with USE=networkmanager.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
gnome-base/gnome-shell/gnome-shell-3.34.5.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnome-base/gnome-shell/gnome-shell-3.34.5.ebuild
b/gnome-base/gnome-shell/gnome-shell-3.34.5.ebuild
index 59adcea12b4..74ebb96f047 100644
--- a/gnome-base/gnome-shell/gnome-shell-3.34.5.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-3.34.5.ebuild
@@ -39,6 +39,7 @@ DEPEND="
media-libs/gst-plugins-base:1.0
networkmanager? (
>=net-misc/networkmanager-1.10.4:=[introspection]
+ net-libs/libnma[introspection]
>=app-crypt/libsecret-0.18
dev-libs/dbus-glib )
systemd? ( >=sys-apps/systemd-31