Diff vtun-3.0.4-r3 with a vtun-3.0.4-r4
| /usr/portage/net-vpn/vtun/vtun-3.0.4-r4.ebuild 2025-07-29 16:22:17.300467611 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 11 | 11 | |
| 12 | 12 |
LICENSE="GPL-2" |
| 13 | 13 |
SLOT="0" |
| 14 |
KEYWORDS="~alpha amd64 ppc ~sparc x86" |
|
| 14 |
KEYWORDS="~alpha amd64 ~arm64 ppc ~sparc x86" |
|
| 15 | 15 |
IUSE="lzo socks5 ssl zlib" |
| 16 | 16 | |
| 17 | 17 |
RDEPEND=" |
| ... | ... | |
| 34 | 34 |
"${FILESDIR}"/${P}-includes.patch
|
| 35 | 35 |
"${FILESDIR}"/${P}-naughty-inlines.patch
|
| 36 | 36 |
"${FILESDIR}"/${P}-autoconf-fork-not-working.patch
|
| 37 |
"${FILESDIR}"/${P}-use-bison-for-yacc.patch
|
|
| 37 | 38 |
) |
| 38 | 39 | |
| 39 | 40 |
src_prepare() {
|