Diff ovpn-dco-0.2.20230426 with a ovpn-dco-0.2.20241216
| /usr/portage/net-vpn/ovpn-dco/ovpn-dco-0.2.20241216.ebuild 2025-07-29 16:22:17.300467611 +0300 | ||
|---|---|---|
| 1 |
# Copyright 2023-2024 Gentoo Authors |
|
| 1 |
# Copyright 2023-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 10 | 10 | |
| 11 | 11 |
if [[ ${PV} != 9999 ]]; then
|
| 12 | 12 |
SRC_URI="https://github.com/OpenVPN/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
| 13 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86" |
|
| 13 |
KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" |
|
| 14 | 14 |
else |
| 15 | 15 |
inherit git-r3 |
| 16 | 16 |
EGIT_REPO_URI="https://github.com/OpenVPN/${PN}.git"
|
| ... | ... | |
| 20 | 20 |
SLOT="0" |
| 21 | 21 |
IUSE="debug" |
| 22 | 22 | |
| 23 |
PATCHES=( |
|
| 24 |
"${FILESDIR}"/0001-ovpn-dco-include-new-GSO-header-file.patch
|
|
| 25 |
) |
|
| 26 | ||
| 27 | 23 |
pkg_setup() {
|
| 28 | 24 |
CONFIG_CHECK=" |
| 29 | 25 |
INET |