commit: 783bc29aac6b55dec4634495db06cbe3ba856a9f
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 3 01:37:51 2018 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Sat Mar 3 01:37:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=783bc29a
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(-)
diff --git a/sys-apps/ripgrep/ripgrep-0.8.1.ebuild
b/sys-apps/ripgrep/ripgrep-0.8.1.ebuild
index 47ffb4aa1d0..2e72324c71a 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 )