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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C9FA1382C5 for ; Wed, 26 May 2021 13:43:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64BA3E150A; Wed, 26 May 2021 13:43:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E8D3E150A for ; Wed, 26 May 2021 13:43:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E4F3340E55 for ; Wed, 26 May 2021 13:43:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38184581 for ; Wed, 26 May 2021 13:43:01 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1622036577.a1ba7d0aff1df642b637021fc21523be323f61f9.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libappindicator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild X-VCS-Directories: dev-libs/libappindicator/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: a1ba7d0aff1df642b637021fc21523be323f61f9 X-VCS-Branch: master Date: Wed, 26 May 2021 13:43:01 +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: 760b9ff3-f4eb-4b0c-95a1-2b4805ac7919 X-Archives-Hash: 47a2d35ac8700aa03376404498ebf866 commit: a1ba7d0aff1df642b637021fc21523be323f61f9 Author: Pacho Ramos gentoo org> AuthorDate: Wed May 26 13:42:40 2021 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed May 26 13:42:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ba7d0a dev-libs/libappindicator: dev-util/gtk-doc needed for eautoreconf Thanks-to: Marco Scardovi Closes: https://bugs.gentoo.org/792240 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Pacho Ramos gentoo.org> dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild b/dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild index d9f65441712..c963bba5ce2 100644 --- a/dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild +++ b/dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild @@ -26,8 +26,10 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-1:= ) " DEPEND="${RDEPEND}" +# dev-util/gtk-doc needed for eautoreconf BDEPEND=" introspection? ( $(vala_depend) ) + >=dev-util/gtk-doc-1.14 >=dev-util/gtk-doc-am-1.14 virtual/pkgconfig test? ( dev-util/dbus-test-runner )