summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2018-03-02 17:37:51 -0800
committerPatrick McLean <chutzpah@gentoo.org>2018-03-02 17:37:51 -0800
commit783bc29aac6b55dec4634495db06cbe3ba856a9f (patch)
treea8e364e004540d9b9f5e1c04e39807349f98547a
parentdev-python/gql: initial commit (diff)
downloadgentoo-783bc29a.tar.gz
gentoo-783bc29a.tar.bz2
gentoo-783bc29a.zip
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
-rw-r--r--sys-apps/ripgrep/ripgrep-0.8.1.ebuild3
1 files changed, 2 insertions, 1 deletions
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 )