Diff networkmanager-fortisslvpn-1.3.90 with a networkmanager-fortisslvpn-1.4.0

/usr/portage/net-vpn/networkmanager-fortisslvpn/networkmanager-fortisslvpn-1.4.0.ebuild 2023-10-09 14:52:34.764368483 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
22 22
	>=net-misc/networkmanager-1.2:=
23 23
	gtk? (
24 24
		>=app-crypt/libsecret-0.18
25
		gui-libs/gtk:4
25 26
		media-libs/harfbuzz
26 27
		>=net-libs/libnma-1.2.0
27 28
		x11-libs/cairo
28 29
		x11-libs/gdk-pixbuf
29
		>=x11-libs/gtk+-3.4:3
30 30
		x11-libs/pango
31 31
	)
32 32
"
......
45 45
}
46 46

  
47 47
src_configure() {
48
	gnome2_src_configure \
48
	CONFIG_SHELL="${BROOT}"/bin/bash gnome2_src_configure \
49 49
		--disable-static \
50 50
		--with-dist-version=Gentoo \
51 51
		--localstatedir=/var \
52 52
		$(use_with gtk gnome) \
53
		$(use_with gtk gtk4) \
53 54
		--without-libnm-glib
54 55
}
Thank you!