mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-analyzer/ostinato: fix pkgcheck warnings
Add missing dep Closes: https://bugs.gentoo.org/789633 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
inherit qmake-utils
|
||||
|
||||
@@ -24,6 +24,7 @@ DEPEND="
|
||||
dev-qt/qtscript:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtxml:5
|
||||
dev-libs/libnl:=
|
||||
>=net-libs/libpcap-1.8.1-r2
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
@@ -33,5 +34,9 @@ PATCHES=(
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
eqmake5 PREFIX="${ED}/usr" ost.pro
|
||||
eqmake5 PREFIX="/usr" ost.pro
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake INSTALL_ROOT="${ED}" install
|
||||
}
|
||||
Reference in New Issue
Block a user