mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-14 19:01:09 +02:00
cutter: missing dep
Project ERROR: Unknown module(s) in QT: network
This commit is contained in:
parent
c0e26b6cf0
commit
ddcb0e7747
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
|
@ -18,6 +18,7 @@ REQUIRED_USE="webengine? ( jupyter )"
|
|||
DEPEND="
|
||||
>=dev-qt/qtcore-5.9.1:5
|
||||
>=dev-qt/qtgui-5.9.1:5
|
||||
>=dev-qt/qtnetwork-5.9.1:5
|
||||
>=dev-qt/qtsvg-5.9.1:5
|
||||
>=dev-qt/qtwidgets-5.9.1:5
|
||||
>=dev-util/radare2-3.1.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue