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

Collapse All | Expand All

(-)x11-misc/qt5ct/qt5ct-1.8.ebuild (+8 lines)
Lines 12-17 Link Here
12
LICENSE="BSD-2"
12
LICENSE="BSD-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="amd64 ~arm ~ppc64 x86"
14
KEYWORDS="amd64 ~arm ~ppc64 x86"
15
IUSE="+dbus"
15
16
16
RDEPEND="
17
RDEPEND="
17
	dev-qt/qtconcurrent:5
18
	dev-qt/qtconcurrent:5
Lines 26-31 Link Here
26
	dev-qt/qtpaths:5
27
	dev-qt/qtpaths:5
27
"
28
"
28
29
30
src_configure() {
31
	local mycmakeargs=(
32
              -DDISABLE_DBUS=$(usex !dbus)
33
	)
34
	cmake_src_configure
35
}
36
29
src_install() {
37
src_install() {
30
	cmake_src_install
38
	cmake_src_install
31
39

Return to bug 920074