From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1428704-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 40844158094
	for <garchives@archives.gentoo.org>; Thu, 18 Aug 2022 17:11:22 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4DFA4E07A5;
	Thu, 18 Aug 2022 17:11:21 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 2E824E07A5
	for <gentoo-commits@lists.gentoo.org>; Thu, 18 Aug 2022 17:11:21 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 1274A341273
	for <gentoo-commits@lists.gentoo.org>; Thu, 18 Aug 2022 17:11:20 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E00F54D
	for <gentoo-commits@lists.gentoo.org>; Thu, 18 Aug 2022 17:11:18 +0000 (UTC)
From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" <chutzpah@gentoo.org>
Message-ID: <1660842675.836246bf76a059deba9f73e0be6d7c3159f7250e.chutzpah@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/lldpd/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-misc/lldpd/lldpd-1.0.15-r1.ebuild net-misc/lldpd/lldpd-1.0.15.ebuild
X-VCS-Directories: net-misc/lldpd/
X-VCS-Committer: chutzpah
X-VCS-Committer-Name: Patrick McLean
X-VCS-Revision: 836246bf76a059deba9f73e0be6d7c3159f7250e
X-VCS-Branch: master
Date: Thu, 18 Aug 2022 17:11:18 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d2898b2d-944b-42b9-ad06-0af69db08a74
X-Archives-Hash: 6dded990097a94c691cce30b559dd782

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 )
 	)
 "