You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
654 B
35 lines
654 B
# Copyright 1999-2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
QTMIN=5.14.2
|
|
inherit ecm kde.org
|
|
|
|
DESCRIPTION="NetworkManager bindings for Qt"
|
|
LICENSE="LGPL-2"
|
|
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
|
|
IUSE="teamd"
|
|
|
|
BDEPEND="
|
|
virtual/pkgconfig
|
|
"
|
|
DEPEND="
|
|
>=dev-qt/qtdbus-${QTMIN}:5
|
|
>=dev-qt/qtnetwork-${QTMIN}:5
|
|
>=net-misc/networkmanager-1.4.0-r1[teamd=]
|
|
"
|
|
RDEPEND="${DEPEND}
|
|
|| (
|
|
>=net-misc/networkmanager-1.4.0-r1[elogind]
|
|
>=net-misc/networkmanager-1.4.0-r1[systemd]
|
|
)
|
|
"
|
|
|
|
src_test() {
|
|
# bug: 625276
|
|
local myctestargs=( -E "(managertest|settingstest|activeconnectiontest)" )
|
|
|
|
ecm_src_test
|
|
}
|