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 625F713835A for ; Tue, 19 Jan 2021 19:17:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E2CBE0886; Tue, 19 Jan 2021 19:17:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8A94BE0886 for ; Tue, 19 Jan 2021 19:17:20 +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 15DAA340FCF for ; Tue, 19 Jan 2021 19:17:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DDB3487 for ; Tue, 19 Jan 2021 19:17:16 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1611083830.5ae67c100a207777fbea1c9cf39a19dfb5ec2b8f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ragel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ragel/ragel-7.0.3.ebuild X-VCS-Directories: dev-util/ragel/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5ae67c100a207777fbea1c9cf39a19dfb5ec2b8f X-VCS-Branch: master Date: Tue, 19 Jan 2021 19:17:16 +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: 891fb64f-4241-4c1e-95fe-d71122e02908 X-Archives-Hash: 9ce088a0b33ce6d4f5e7dde382683700 commit: 5ae67c100a207777fbea1c9cf39a19dfb5ec2b8f Author: Sam James gentoo org> AuthorDate: Tue Jan 19 19:15:52 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 19 19:17:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae67c10 dev-util/ragel: add missing doc deps to 7.0.3 Closes: https://bugs.gentoo.org/766090 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-util/ragel/ragel-7.0.3.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dev-util/ragel/ragel-7.0.3.ebuild b/dev-util/ragel/ragel-7.0.3.ebuild index 7620cc9956c..a411580fcd7 100644 --- a/dev-util/ragel/ragel-7.0.3.ebuild +++ b/dev-util/ragel/ragel-7.0.3.ebuild @@ -14,9 +14,16 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="doc" +# Notes from bug #766090 +# dev-libs/libxml2's xmllint ends up being called by asciidoc here +# app-text/dblatex too +# app-text/ghostscript-gpl too BDEPEND=" doc? ( || ( app-text/asciidoc dev-ruby/asciidoctor ) + app-text/dblatex + app-text/ghostscript-gpl + dev-libs/libxml2 dev-texlive/texlive-latex dev-python/pygments media-gfx/transfig