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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +5 lines)
Line  Link Here
0
-- spice-vdagent-0.12.0.ebuild
0
++ spice-vdagent-0.12.1.ebuild
Lines 13-19 Link Here
13
LICENSE="LGPL-2.1"
13
LICENSE="LGPL-2.1"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~amd64 ~x86"
15
KEYWORDS="~amd64 ~x86"
16
IUSE="+consolekit"
16
IUSE="consolekit systemd"
17
18
REQUIRED_USE="^^ ( consolekit systemd )"
17
19
18
RDEPEND="x11-libs/libXfixes
20
RDEPEND="x11-libs/libXfixes
19
	x11-libs/libXrandr
21
	x11-libs/libXrandr
Lines 33-38 Link Here
33
	local opt=
35
	local opt=
34
36
35
	use consolekit && opt="${opt} --with-session-info=console-kit"
37
	use consolekit && opt="${opt} --with-session-info=console-kit"
38
	use systemd && opt="${opt} --with-session-info=systemd --with-init-script=systemd"
36
39
37
	econf \
40
	econf \
38
		--localstatedir=/var \
41
		--localstatedir=/var \

Return to bug 485334