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 4EF4C138334 for ; Mon, 16 Dec 2019 09:40:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BD25E0858; Mon, 16 Dec 2019 09:40:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 83662E0858 for ; Mon, 16 Dec 2019 09:40:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CF6BC34D881 for ; Mon, 16 Dec 2019 09:40:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BC55778 for ; Mon, 16 Dec 2019 09:40:20 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1576489215.e24731c4ae4e0e7c23841b999fefb069665e01d2.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/denemo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/denemo/denemo-2.3.0.ebuild X-VCS-Directories: media-sound/denemo/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: e24731c4ae4e0e7c23841b999fefb069665e01d2 X-VCS-Branch: master Date: Mon, 16 Dec 2019 09:40:20 +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: 664a196b-294a-417e-945e-540f2d6f6192 X-Archives-Hash: e939848cfc5ae88e6f62d10660e9d07f commit: e24731c4ae4e0e7c23841b999fefb069665e01d2 Author: Bernd Waibel gmail com> AuthorDate: Sun Dec 15 15:51:37 2019 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon Dec 16 09:40:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e24731c4 media-sound/denemo: add missing dependency Add dev-util/gtk-doc-am which is needed by gtk-doc USE flag. Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Bernd Waibel gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13989 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/denemo/denemo-2.3.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-sound/denemo/denemo-2.3.0.ebuild b/media-sound/denemo/denemo-2.3.0.ebuild index 6bc0a16e994..08918be3f6d 100644 --- a/media-sound/denemo/denemo-2.3.0.ebuild +++ b/media-sound/denemo/denemo-2.3.0.ebuild @@ -57,7 +57,10 @@ BDEPEND=" >=sys-devel/flex-2.6.1 virtual/pkgconfig virtual/yacc - gtk-doc? ( >=dev-util/gtk-doc-1.25-r1 ) + gtk-doc? ( + >=dev-util/gtk-doc-1.25-r1 + >=dev-util/gtk-doc-am-1.25-r1 + ) nls? ( >=sys-devel/gettext-0.19.8.1 ) "