Add runtime dependencies for mangal shell completion USE flags
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user