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 (-3 / +7 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 21-27 Link Here
21
	x11-libs/libXinerama
23
	x11-libs/libXinerama
22
	>=x11-libs/libpciaccess-0.10
24
	>=x11-libs/libpciaccess-0.10
23
	>=app-emulation/spice-protocol-0.10.1
25
	>=app-emulation/spice-protocol-0.10.1
24
	consolekit? ( sys-auth/consolekit sys-apps/dbus )"
26
	consolekit? ( sys-auth/consolekit sys-apps/dbus )
27
	systemd? ( sys-apps/systemd )"
25
DEPEND="virtual/pkgconfig
28
DEPEND="virtual/pkgconfig
26
	${RDEPEND}"
29
	${RDEPEND}"
27
30
Lines 33-38 Link Here
33
	local opt=
36
	local opt=
34
37
35
	use consolekit && opt="${opt} --with-session-info=console-kit"
38
	use consolekit && opt="${opt} --with-session-info=console-kit"
39
	use systemd && opt="${opt} --with-session-info=systemd --with-init-script=systemd"
36
40
37
	econf \
41
	econf \
38
		--localstatedir=/var \
42
		--localstatedir=/var \

Return to bug 485334