Add runtime dependencies for mangal shell completion USE flags

This commit is contained in:
Sravan Balaji
2024-07-09 17:32:47 -04:00
parent a7d9298ec1
commit 65b048c1f1

View File

@@ -13,10 +13,12 @@ HOMEPAGE="https://github.com/metafates/mangal"
LICENSE="MIT" LICENSE="MIT"
SLOT="0" SLOT="0"
KEYWORDS="~amd64" KEYWORDS="~amd64"
IUSE=" IUSE="bash fish zsh"
bash
fish RDEPEND="
zsh bash? ( app-shells/bash )
fish? ( app-shells/fish )
zsh? ( app-shells/zsh )
" "
if [[ ${PV} == 9999 ]]; then if [[ ${PV} == 9999 ]]; then