From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 A6E7A158086 for ; Tue, 30 Nov 2021 13:35:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEC13E0841; Tue, 30 Nov 2021 13:35:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0B66E0841 for ; Tue, 30 Nov 2021 13:35:11 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8F6C342A99 for ; Tue, 30 Nov 2021 13:35:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D6911F4 for ; Tue, 30 Nov 2021 13:35:09 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1638279298.de492d8239dc6b77248d6a475b8346418a7a2d25.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libical/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libical/libical-3.0.11.ebuild X-VCS-Directories: dev-libs/libical/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: de492d8239dc6b77248d6a475b8346418a7a2d25 X-VCS-Branch: master Date: Tue, 30 Nov 2021 13:35:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 722f3889-c6b5-442c-b3a6-beabcf153abc X-Archives-Hash: 722d54cc847253151a6d72058526816c commit: de492d8239dc6b77248d6a475b8346418a7a2d25 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Nov 30 13:34:58 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Nov 30 13:34:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de492d82 dev-libs/libical: Add missing app-doc/doxygen[dot] usedep Closes: https://bugs.gentoo.org/827900 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/libical/libical-3.0.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libical/libical-3.0.11.ebuild b/dev-libs/libical/libical-3.0.11.ebuild index 2d198f8f01f7..4a1c23b6ce92 100644 --- a/dev-libs/libical/libical-3.0.11.ebuild +++ b/dev-libs/libical/libical-3.0.11.ebuild @@ -35,7 +35,7 @@ BDEPEND=" dev-lang/perl virtual/pkgconfig doc? ( - app-doc/doxygen + app-doc/doxygen[dot] glib? ( dev-util/gtk-doc ) ) introspection? ( dev-libs/gobject-introspection )