Diff lldpd-1.0.19 with a lldpd-1.0.20

/usr/portage/net-misc/lldpd/lldpd-1.0.20.ebuild 2026-02-24 11:46:04.355811237 +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
......
26 26
	snmp? ( net-analyzer/net-snmp:=[extensible(+)] )
27 27
	xml? ( dev-libs/libxml2:= )
28 28
"
29
DEPEND="${RDEPEND}
29
DEPEND="
30
	${RDEPEND}
30 31
	test? ( dev-libs/check )
31 32
	valgrind? ( dev-debug/valgrind )
32 33
"
33
BDEPEND="virtual/pkgconfig
34
BDEPEND="
35
	virtual/pkgconfig
34 36
	doc? (
35 37
		graph? ( app-text/doxygen[dot,doc] )
36 38
		!graph? ( app-text/doxygen )
Thank you!