mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-26 08:40:57 +02:00
op25: fix qa warnings
This commit is contained in:
parent
0b4d1bdea1
commit
3261acc0b2
1 changed files with 3 additions and 2 deletions
|
|
@ -21,12 +21,13 @@ IUSE=""
|
|||
DEPEND=">=net-wireless/gnuradio-3.7:=
|
||||
sci-libs/itpp
|
||||
dev-libs/boost
|
||||
net-libs/libpcap"
|
||||
net-libs/libpcap
|
||||
${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
#workaround: compile with gcc 6
|
||||
# append-cxxflags -Wno-narrowing
|
||||
append-flags -funsigned-char
|
||||
eapply_user
|
||||
cmake-utils_src_prepare
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue