Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/lldpd/
Date: Thu, 18 Aug 2022 17:11:22
Message-Id: 1660842675.836246bf76a059deba9f73e0be6d7c3159f7250e.chutzpah@gentoo
1 commit: 836246bf76a059deba9f73e0be6d7c3159f7250e
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 18 17:10:35 2022 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 18 17:11:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=836246bf
7
8 net-misc/lldpd: Add doc USE flag to doxygen dep (bug #853754)
9
10 Closes: https://bugs.gentoo.org/853754
11 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
12
13 net-misc/lldpd/{lldpd-1.0.15.ebuild => lldpd-1.0.15-r1.ebuild} | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-misc/lldpd/lldpd-1.0.15.ebuild b/net-misc/lldpd/lldpd-1.0.15-r1.ebuild
17 similarity index 98%
18 rename from net-misc/lldpd/lldpd-1.0.15.ebuild
19 rename to net-misc/lldpd/lldpd-1.0.15-r1.ebuild
20 index 4760cdf0d716..67e18d69dfca 100644
21 --- a/net-misc/lldpd/lldpd-1.0.15.ebuild
22 +++ b/net-misc/lldpd/lldpd-1.0.15-r1.ebuild
23 @@ -31,7 +31,7 @@ DEPEND="${RDEPEND}
24 "
25 BDEPEND="virtual/pkgconfig
26 doc? (
27 - graph? ( app-doc/doxygen[dot] )
28 + graph? ( app-doc/doxygen[dot,doc] )
29 !graph? ( app-doc/doxygen )
30 )
31 "