mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
app-misc/cheat: Replace pandoc with pandoc-cli.
pandoc-cli contains pandoc executable now. Signed-off-by: amano.kenji <amano.kenji@proton.me>
This commit is contained in:
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
|
||||
IUSE="man zsh-completion"
|
||||
|
||||
RDEPEND="zsh-completion? ( !app-shells/zsh-completions )"
|
||||
BDEPEND="man? ( app-text/pandoc )"
|
||||
BDEPEND="man? ( app-text/pandoc-cli )"
|
||||
|
||||
src_compile() {
|
||||
ego build -o ${PN} ./cmd/${PN}
|
||||
Reference in New Issue
Block a user