gui-wm/river: remove *sh-completion USE flags

Signed-off-by: Daichi Yamamoto <dev@dyama.net>
This commit is contained in:
Daichi Yamamoto
2024-08-05 02:31:39 +09:00
parent a96e18adf3
commit 9ff157ed51
2 changed files with 1 additions and 5 deletions

View File

@@ -6,7 +6,6 @@
<name>Daichi Yamamoto</name>
</maintainer>
<use>
<flag name="fish-completion">Enable fish-completion support</flag>
<flag name="llvm">Use LLVM Zig backend</flag>
</use>
<upstream>

View File

@@ -24,7 +24,7 @@ PATCHES=(
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+X +llvm +man pie bash-completion zsh-completion fish-completion"
IUSE="+X +llvm +man pie"
EZIG_MIN="0.12"
EZIG_MAX_EXCLUSIVE="0.13"
@@ -130,9 +130,6 @@ src_configure() {
-Dpie=$(usex pie true false)
-Dno-llvm=$(usex llvm false true)
-Dman-pages=$(usex man true false)
-Dbash-completion=$(usex bash-completion true false)
-Dzsh-completion=$(usex zsh-completion true false)
-Dfish-completion=$(usex fish-completion true false)
-Dxwayland=$(usex X true false)
)
}