gnome-base/gnome-shell: add missing libnma dependency
authorMart Raudsepp <leio@gentoo.org>
Sun, 26 Apr 2020 09:41:06 +0000 (12:41 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sun, 26 Apr 2020 09:42:53 +0000 (12:42 +0300)
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@gentoo.org>
gnome-base/gnome-shell/gnome-shell-3.34.5.ebuild

index 59adcea12b4adab1593dd6bca7f44c0db2975f67..74ebb96f04789f98bb7f8bb489d4c87c2017962e 100644 (file)
@@ -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