Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libical/
Date: Tue, 30 Nov 2021 13:35:12
Message-Id: 1638279298.de492d8239dc6b77248d6a475b8346418a7a2d25.asturm@gentoo
1 commit: de492d8239dc6b77248d6a475b8346418a7a2d25
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 30 13:34:58 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 30 13:34:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de492d82
7
8 dev-libs/libical: Add missing app-doc/doxygen[dot] usedep
9
10 Closes: https://bugs.gentoo.org/827900
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 dev-libs/libical/libical-3.0.11.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-libs/libical/libical-3.0.11.ebuild b/dev-libs/libical/libical-3.0.11.ebuild
18 index 2d198f8f01f7..4a1c23b6ce92 100644
19 --- a/dev-libs/libical/libical-3.0.11.ebuild
20 +++ b/dev-libs/libical/libical-3.0.11.ebuild
21 @@ -35,7 +35,7 @@ BDEPEND="
22 dev-lang/perl
23 virtual/pkgconfig
24 doc? (
25 - app-doc/doxygen
26 + app-doc/doxygen[dot]
27 glib? ( dev-util/gtk-doc )
28 )
29 introspection? ( dev-libs/gobject-introspection )