mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
wctf-client: maybe make the use flags right
This commit is contained in:
parent
6968d2d4f9
commit
d704f58034
1 changed files with 5 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ HOMEPAGE="http://wctf.us"
|
|||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
IUSE="minimal opencl wctf-sdr wctf-visuals wctf-wifi"
|
||||
IUSE="wctf-minimal opencl wctf-sdr wctf-visuals wctf-wifi"
|
||||
S="${WORKDIR}"
|
||||
|
||||
RDEPEND="!pentoo/pentoo-system"
|
||||
|
|
@ -17,7 +17,7 @@ RDEPEND="!pentoo/pentoo-system"
|
|||
PDEPEND="
|
||||
app-misc/screen
|
||||
pentoo/pentoo-core
|
||||
!minimal? (
|
||||
!wctf-minimal? (
|
||||
app-misc/tmux
|
||||
net-analyzer/tcpdump
|
||||
net-analyzer/termshark
|
||||
|
|
@ -48,18 +48,18 @@ PDEPEND="
|
|||
sys-devel/gdb
|
||||
net-ftp/tftp-hpa
|
||||
)
|
||||
sdr? (
|
||||
wctf-sdr? (
|
||||
net-wireless/gr-osmosdr
|
||||
media-radio/wsjtx
|
||||
net-wireless/rfcat
|
||||
dev-python/bottle
|
||||
)
|
||||
wifi? (
|
||||
wctf-wifi? (
|
||||
|| ( net-misc/iputils[arping(+)] net-analyzer/arping )
|
||||
net-dns/dnsmasq
|
||||
net-misc/telnet-bsd
|
||||
)
|
||||
visuals? ( xfce-base/xfce4-meta
|
||||
wctf-visuals? ( xfce-base/xfce4-meta
|
||||
x11-misc/slim
|
||||
x11-terms/xfce4-terminal
|
||||
media-fonts/noto-emoji
|
||||
|
|
|
|||
Loading…
Reference in a new issue