projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28c278e
)
sys-apps/ripgrep: Add dep on app-text/asciidoc to 0.8.1
author
Patrick McLean
<chutzpah@gentoo.org>
Sat, 3 Mar 2018 01:37:51 +0000
(17:37 -0800)
committer
Patrick 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
patch
|
blob
|
history
diff --git
a/sys-apps/ripgrep/ripgrep-0.8.1.ebuild
b/sys-apps/ripgrep/ripgrep-0.8.1.ebuild
index 47ffb4aa1d014c966d9fa7a64cad9540d1f080f4..2e72324c71a94bba06c7a15d111a9df101395111 100644
(file)
--- 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 )