Skip to content

Commit

Permalink
gui-wm/river: remove *sh-completion USE flags
Browse files Browse the repository at this point in the history
Signed-off-by: Daichi Yamamoto <[email protected]>
  • Loading branch information
yamader committed Aug 4, 2024
1 parent a96e18a commit 9ff157e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion gui-wm/river/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 1 addition & 4 deletions gui-wm/river/river-0.3.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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)
)
}
Expand Down

0 comments on commit 9ff157e

Please sign in to comment.