Diff ovpn-dco-0.2.20241216 with a ovpn-dco-9999
| /usr/portage/net-vpn/ovpn-dco/ovpn-dco-9999.ebuild 2024-07-02 13:51:48.469851571 +0300 | ||
|---|---|---|
| 1 |
# Copyright 2023-2025 Gentoo Authors |
|
| 1 |
# Copyright 2023-2024 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"
|