Diff libnetfilter_queue-1.0.5 with a libnetfilter_queue-1.0.5-r1
| /usr/portage/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.5-r1.ebuild 2026-05-16 19:17:04.844396027 +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 |
inherit linux-info verify-sig |
| 6 | 7 | |
| 7 | 8 |
DESCRIPTION="API to packets that have been queued by the kernel packet filter" |
| ... | ... | |
| 23 | 24 |
${RDEPEND}
|
| 24 | 25 |
" |
| 25 | 26 |
BDEPEND=" |
| 26 |
doc? ( app-text/doxygen ) |
|
| 27 |
doc? ( app-text/doxygen[dot] ) |
|
| 27 | 28 |
virtual/pkgconfig |
| 28 | 29 |
verify-sig? ( sec-keys/openpgp-keys-netfilter ) |
| 29 | 30 |
" |