diff --git a/app-misc/cheat/cheat-4.3.3.ebuild b/app-misc/cheat/cheat-4.3.3-r1.ebuild similarity index 58% rename from app-misc/cheat/cheat-4.3.3.ebuild rename to app-misc/cheat/cheat-4.3.3-r1.ebuild index d45719a630..9fb8c08682 100644 --- a/app-misc/cheat/cheat-4.3.3.ebuild +++ b/app-misc/cheat/cheat-4.3.3-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit bash-completion-r1 go-module optfeature +inherit go-module optfeature shell-completion DESCRIPTION="cheat allows you to create and view interactive cheatsheets on the command-line" HOMEPAGE="https://github.com/cheat/cheat" @@ -14,17 +14,13 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT Apache-2.0 BSD BSD-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="man zsh-completion" +IUSE="man" -RDEPEND="zsh-completion? ( !app-shells/zsh-completions )" -BDEPEND="man? ( app-text/pandoc )" +RDEPEND="!