diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2018-03-02 17:37:51 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2018-03-02 17:37:51 -0800 |
commit | 783bc29aac6b55dec4634495db06cbe3ba856a9f (patch) | |
tree | a8e364e004540d9b9f5e1c04e39807349f98547a /sys-apps/ripgrep | |
parent | dev-python/gql: initial commit (diff) | |
download | gentoo-783bc29aac6b55dec4634495db06cbe3ba856a9f.tar.gz gentoo-783bc29aac6b55dec4634495db06cbe3ba856a9f.tar.bz2 gentoo-783bc29aac6b55dec4634495db06cbe3ba856a9f.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
Diffstat (limited to 'sys-apps/ripgrep')
-rw-r--r-- | sys-apps/ripgrep/ripgrep-0.8.1.ebuild | 3 |
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 ) |