diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-04-11 13:38:24 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-04-11 13:38:24 +0500 |
commit | 7e674b77540ac717cb29c166e2bb69eb02074073 (patch) | |
tree | 0d559a007c6148a9cfba90b91a8f45526a21e4db /app-misc/cheat | |
parent | gui-libs/xdg-desktop-portal-hyprland: improve readibility (diff) | |
download | guru-7e674b77540ac717cb29c166e2bb69eb02074073.tar.gz guru-7e674b77540ac717cb29c166e2bb69eb02074073.tar.bz2 guru-7e674b77540ac717cb29c166e2bb69eb02074073.zip |
Revert "app-misc/cheat: Replace pandoc with pandoc-cli."
This reverts commit f039e26739e56265878d33f559d7ab1765550563.
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'app-misc/cheat')
-rw-r--r-- | app-misc/cheat/cheat-4.3.3.ebuild (renamed from app-misc/cheat/cheat-4.3.3-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/cheat/cheat-4.3.3-r1.ebuild b/app-misc/cheat/cheat-4.3.3.ebuild index 941c11179..d45719a63 100644 --- a/app-misc/cheat/cheat-4.3.3-r1.ebuild +++ b/app-misc/cheat/cheat-4.3.3.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86" IUSE="man zsh-completion" RDEPEND="zsh-completion? ( !app-shells/zsh-completions )" -BDEPEND="man? ( app-text/pandoc-cli )" +BDEPEND="man? ( app-text/pandoc )" src_compile() { ego build -o ${PN} ./cmd/${PN} |