commit: 836246bf76a059deba9f73e0be6d7c3159f7250e Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Thu Aug 18 17:10:35 2022 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Thu Aug 18 17:11:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=836246bf
net-misc/lldpd: Add doc USE flag to doxygen dep (bug #853754) Closes: https://bugs.gentoo.org/853754 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> net-misc/lldpd/{lldpd-1.0.15.ebuild => lldpd-1.0.15-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/lldpd/lldpd-1.0.15.ebuild b/net-misc/lldpd/lldpd-1.0.15-r1.ebuild similarity index 98% rename from net-misc/lldpd/lldpd-1.0.15.ebuild rename to net-misc/lldpd/lldpd-1.0.15-r1.ebuild index 4760cdf0d716..67e18d69dfca 100644 --- a/net-misc/lldpd/lldpd-1.0.15.ebuild +++ b/net-misc/lldpd/lldpd-1.0.15-r1.ebuild @@ -31,7 +31,7 @@ DEPEND="${RDEPEND} " BDEPEND="virtual/pkgconfig doc? ( - graph? ( app-doc/doxygen[dot] ) + graph? ( app-doc/doxygen[dot,doc] ) !graph? ( app-doc/doxygen ) ) "
