sys-apps/ripgrep: Add dep on app-text/asciidoc to 0.8.1
authorPatrick McLean <chutzpah@gentoo.org>
Sat, 3 Mar 2018 01:37:51 +0000 (17:37 -0800)
committerPatrick McLean <chutzpah@gentoo.org>
Sat, 3 Mar 2018 01:37:51 +0000 (17:37 -0800)
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

index 47ffb4aa1d014c966d9fa7a64cad9540d1f080f4..2e72324c71a94bba06c7a15d111a9df101395111 100644 (file)
@@ -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 )