Diff libpcap-1.10.5 with a libpcap-9999
| /usr/portage/net-libs/libpcap/libpcap-9999.ebuild 2024-12-25 15:56:47.210119686 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 18 | 18 |
SRC_URI="https://www.tcpdump.org/release/${P}.tar.gz"
|
| 19 | 19 |
SRC_URI+=" verify-sig? ( https://www.tcpdump.org/release/${P}.tar.gz.sig )"
|
| 20 | 20 | |
| 21 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" |
|
| 21 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" |
|
| 22 | 22 |
fi |
| 23 | 23 | |
| 24 | 24 |
# The project itself has COPYING with BSD, but the files used for |