Сравнение raddump-0.3.1 с raddump-0.3.1-r1
| /usr/portage/net-analyzer/raddump/raddump-0.3.1-r1.ebuild 2026-03-17 11:46:09.022636704 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 |
EAPI=7 |
|
| 4 |
EAPI=8 |
|
| 5 | 5 | |
| 6 | 6 |
inherit autotools |
| 7 | 7 | |
| ... | ... | |
| 11 | 11 | |
| 12 | 12 |
LICENSE="GPL-2+" |
| 13 | 13 |
SLOT="0" |
| 14 |
KEYWORDS="amd64 ~ppc x86" |
|
| 15 |
IUSE="" |
|
| 14 |
KEYWORDS="~amd64 ~ppc ~x86" |
|
| 16 | 15 | |
| 17 | 16 |
RDEPEND=">=net-analyzer/tcpdump-3.8.3-r1" |
| 18 |
DEPEND=${RDEPEND}
|
|
| 17 |
DEPEND="${RDEPEND}"
|
|
| 18 | ||
| 19 |
PATCHES=( "${FILESDIR}/${P}-cast-pointer.patch" )
|
|
| 19 | 20 | |
| 20 | 21 |
src_prepare() {
|
| 21 | 22 |
default |