diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-01-24 18:21:32 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-01-24 18:26:30 +0100 |
commit | 023659437245798c6939803565c44ab0992bfd3e (patch) | |
tree | 4edecda5d8bd8102dc3262fa693b2bc4ec9fe8c6 /gnome-extra | |
parent | sci-chemistry/chemex: add github upstream metadata (diff) | |
download | gentoo-023659437245798c6939803565c44ab0992bfd3e.tar.gz gentoo-023659437245798c6939803565c44ab0992bfd3e.tar.bz2 gentoo-023659437245798c6939803565c44ab0992bfd3e.zip |
gnome-extra/nm-applet: Ensure nm-applet gets rebuilt with fixed libnma
Closes: https://bugs.gentoo.org/891395
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/nm-applet/nm-applet-1.30.0-r1.ebuild (renamed from gnome-extra/nm-applet/nm-applet-1.30.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-extra/nm-applet/nm-applet-1.30.0.ebuild b/gnome-extra/nm-applet/nm-applet-1.30.0-r1.ebuild index 7fe7a91b4915..02f4bbec2cfb 100644 --- a/gnome-extra/nm-applet/nm-applet-1.30.0.ebuild +++ b/gnome-extra/nm-applet/nm-applet-1.30.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv ~sparc x86" RDEPEND=" >=dev-libs/glib-2.40:2 >=app-crypt/libsecret-0.18 - >=net-libs/libnma-1.10.4 + >=net-libs/libnma-1.10.4-r2 >=x11-libs/gtk+-3.10:3 >=dev-libs/libgudev-147:= >=net-misc/networkmanager-1.16:=[modemmanager?,teamd?] |