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"
SLOT="0"
KEYWORDS="~amd64"
IUSE="
bash
fish
zsh
IUSE="bash fish zsh"
RDEPEND="
bash? ( app-shells/bash )
fish? ( app-shells/fish )
zsh? ( app-shells/zsh )
"
if [[ ${PV} == 9999 ]]; then