mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
gui-wm/river: remove *sh-completion USE flags
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user