commit: 5f980fbea916404d736ab0b087414f78c3662fa5
Author: Luciano Degni <degni.public <AT> gmail <DOT> com>
AuthorDate: Fri Feb 25 09:44:58 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Feb 25 09:44:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f980fbe
app-misc/zellij: add use flag completion
Signed-off-by: Luciano Degni <degni.public <AT> gmail.com>
app-misc/zellij/zellij-0.25.0.ebuild | 21 ++++++++-------------
1 file changed, 8 insertions(+), 13 deletions(-)
diff --git a/app-misc/zellij/zellij-0.25.0.ebuild
b/app-misc/zellij/zellij-0.25.0.ebuild
index c7e2c3533..700e6431a 100644
--- a/app-misc/zellij/zellij-0.25.0.ebuild
+++ b/app-misc/zellij/zellij-0.25.0.ebuild
@@ -309,29 +309,24 @@ LICENSE="
|| ( Apache-2.0 MIT MPL-2.0 )
|| ( MIT )
|| ( MIT Unlicense )
- || ( BSD )
- || ( BSD-2 )
- ||
Apache-2.0
MIT
+ BSD
Unlicense
MPL-2.0
- BSD
- BSD-2
-"
-SLOT="0"
+"SLOT="0"
KEYWORDS="~amd64"
-IUSE="bash-completion fish-completion zsh-completion doc examples"
-REQUIRED_USE="|| ( bash-completion fish-completion zsh-completion )"
+IUSE="bash fish zsh doc examples zsh-completion fish-completion
bash-completion"
+REQUIRED_USE="|| ( bash fish zsh )"
DEPEND="
- bash-completion? (
+ bash? (
app-shells/bash
)
- fish-completion? (
+ fish? (
app-shells/fish
)
- zsh-completion? (
+ zsh? (
app-shells/zsh
)
dev-lang/rust
@@ -341,7 +336,7 @@ BDEPEND="
"
RDEPEND="
$DEPEND
- !x11-wm/$PN-bin
+ !app-misc/$PN-bin
"
QA_FLAGS_IGNORED="usr/bin/.*"