Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 486192 | Differences between
and this patch

Collapse All | Expand All

(-)a/kde-misc/plasma-nm/plasma-nm-9999.ebuild (-2 / +10 lines)
Lines 22-32 HOMEPAGE="https://projects.kde.org/projects/playground/network/plasma-nm" Link Here
22
22
23
LICENSE="GPL-2"
23
LICENSE="GPL-2"
24
SLOT="4"
24
SLOT="4"
25
IUSE="debug"
25
IUSE="debug modemmanager"
26
26
27
DEPEND="
27
DEPEND="
28
	net-libs/libmm-qt
28
	modemmanager? ( net-libs/libmm-qt )
29
	net-libs/libnm-qt
29
	net-libs/libnm-qt
30
	>=net-misc/networkmanager-0.9.8.0
30
	>=net-misc/networkmanager-0.9.8.0
31
"
31
"
32
RDEPEND="${DEPEND}"
32
RDEPEND="${DEPEND}"
33
34
src_configure() {
35
	local mycmakeargs=(
36
		$(cmake-utils_use_disable modemmanager MODEMMANAGERQT)
37
	)
38
39
	kde4-base_src_configure
40
}

Return to bug 486192