Diff networkmanager-fortisslvpn-1.4.0 with a networkmanager-fortisslvpn-1.4.0-r2
/usr/portage/net-vpn/networkmanager-fortisslvpn/networkmanager-fortisslvpn-1.4.0-r2.ebuild 2023-10-09 14:52:34.764368483 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
... | ... | |
31 | 31 |
) |
32 | 32 |
" |
33 | 33 |
RDEPEND="${RDEPEND} |
34 |
net-dialup/ppp |
|
34 |
net-dialup/ppp:= |
|
35 | 35 |
>=net-vpn/openfortivpn-1.2.0" |
36 | 36 |
BDEPEND="dev-util/gdbus-codegen |
37 | 37 |
>=sys-devel/gettext-0.19 |
38 | 38 |
virtual/pkgconfig" |
39 | 39 | |
40 |
src_prepare() { |
|
41 |
default |
|
40 |
PATCHES=( |
|
41 |
"${FILESDIR}"/${PN}-1.4.0-ppp-2.5.0-{1,2,3}.patch |
|
42 |
) |
|
42 | 43 | |
44 |
src_prepare() { |
|
43 | 45 |
# Fix deprecated location, #709450 |
44 | 46 |
sed -i 's|/appdata|/metainfo|g' Makefile.{in,am} || die |
47 | ||
48 |
gnome2_src_prepare |
|
45 | 49 |
} |
46 | 50 | |
47 | 51 |
src_configure() { |