Diff networkmanager-openvpn-1.10.2-r1 with a networkmanager-openvpn-1.12.0
| /usr/portage/net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.12.0.ebuild 2025-07-29 16:22:17.300467611 +0300 | ||
|---|---|---|
| 18 | 18 | |
| 19 | 19 |
DEPEND=" |
| 20 | 20 |
>=dev-libs/glib-2.34:2 |
| 21 |
>=net-misc/networkmanager-1.7.0 |
|
| 21 |
>=net-misc/networkmanager-1.45.11 |
|
| 22 | 22 |
>=net-vpn/openvpn-2.1 |
| 23 | 23 |
gtk? ( |
| 24 | 24 |
>=app-crypt/libsecret-0.18 |
| ... | ... | |
| 42 | 42 |
virtual/pkgconfig |
| 43 | 43 |
" |
| 44 | 44 | |
| 45 |
PATCHES=( |
|
| 46 |
"${FILESDIR}"/${P}-openvpn-2.6-compat.patch
|
|
| 47 |
) |
|
| 48 | ||
| 49 | 45 |
src_configure() {
|
| 50 | 46 |
# Workaround for LLD on musl systems (bug #947147) |
| 51 | 47 |
append-ldflags $(test-flags-CCLD -Wl,--undefined-version) |