Diff nfdump-1.7.6 with a nfdump-1.7.7-r1
| /usr/portage/net-analyzer/nfdump/nfdump-1.7.7-r1.ebuild 2026-04-18 12:17:39.075618749 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 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="BSD" |
| 13 | 13 |
SLOT="0/${PV}"
|
| 14 |
KEYWORDS="amd64 x86" |
|
| 14 |
KEYWORDS="~amd64 ~x86" |
|
| 15 | 15 |
IUSE="debug doc jnat ftconv nfpcapd nfprofile nftrack nsel readpcap sflow zstd" |
| 16 | 16 | |
| 17 | 17 |
REQUIRED_USE="?? ( jnat nsel )" |
| ... | ... | |
| 52 | 52 |
src_prepare() {
|
| 53 | 53 |
default |
| 54 | 54 | |
| 55 |
if ! use doc; then |
|
| 56 |
# don't install docs if we didn't ask |
|
| 57 |
sed -i -e 's/SUBDIRS += man doc/SUBDIRS += man/' Makefile.am || die |
|
| 58 |
fi |
|
| 59 | ||
| 55 | 60 |
eautoreconf |
| 56 | 61 | |
| 57 | 62 |
if use doc; then |