From 783bc29aac6b55dec4634495db06cbe3ba856a9f Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Fri, 2 Mar 2018 17:37:51 -0800 Subject: sys-apps/ripgrep: Add dep on app-text/asciidoc to 0.8.1 Needed to build man pages, without a2x the man page will silently fail to build, then the ebuild will fail on `doman`. Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- sys-apps/ripgrep/ripgrep-0.8.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys-apps') diff --git a/sys-apps/ripgrep/ripgrep-0.8.1.ebuild b/sys-apps/ripgrep/ripgrep-0.8.1.ebuild index 47ffb4aa1d01..2e72324c71a9 100644 --- a/sys-apps/ripgrep/ripgrep-0.8.1.ebuild +++ b/sys-apps/ripgrep/ripgrep-0.8.1.ebuild @@ -57,7 +57,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=virtual/rust-1.20" +DEPEND=">=virtual/rust-1.20 + app-text/asciidoc" PATCHES=( "${FILESDIR}"/${P}-bundled-deps.patch ) -- cgit v1.2.3-65-gdbad