Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/
Date: Sun, 26 Apr 2020 09:44:03
Message-Id: 1587894173.74ba150e0363c81a7a967b3b7c5a44cb144cf0c1.leio@gentoo
1 commit: 74ba150e0363c81a7a967b3b7c5a44cb144cf0c1
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 26 09:41:06 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 26 09:42:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74ba150e
7
8 gnome-base/gnome-shell: add missing libnma dependency
9
10 Most people got it via gnome-control-center -> nm-applet, but
11 nothing ensured USE=introspection on there before.
12 It has to be able to successfully import with gjs if
13 Config.HAVE_NETWORKMANAGER is set at runtime, which it is if
14 built with USE=networkmanager.
15
16 Package-Manager: Portage-2.3.84, Repoman-2.3.20
17 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
18
19 gnome-base/gnome-shell/gnome-shell-3.34.5.ebuild | 1 +
20 1 file changed, 1 insertion(+)
21
22 diff --git a/gnome-base/gnome-shell/gnome-shell-3.34.5.ebuild b/gnome-base/gnome-shell/gnome-shell-3.34.5.ebuild
23 index 59adcea12b4..74ebb96f047 100644
24 --- a/gnome-base/gnome-shell/gnome-shell-3.34.5.ebuild
25 +++ b/gnome-base/gnome-shell/gnome-shell-3.34.5.ebuild
26 @@ -39,6 +39,7 @@ DEPEND="
27 media-libs/gst-plugins-base:1.0
28 networkmanager? (
29 >=net-misc/networkmanager-1.10.4:=[introspection]
30 + net-libs/libnma[introspection]
31 >=app-crypt/libsecret-0.18
32 dev-libs/dbus-glib )
33 systemd? ( >=sys-apps/systemd-31