summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2015-08-22 14:25:21 -0500
committerMatthias Maier <tamiko@gentoo.org>2015-08-22 14:25:21 -0500
commit024f47dd77aeb73c7f756e72a62da748dde17309 (patch)
tree00a430ca9de4e43bbbffc4915611a66d579651ea
parentnet-wireless/broadcom-sta: Add patch for Linux 4.2. (diff)
downloadgentoo-024f47dd.tar.gz
gentoo-024f47dd.tar.bz2
gentoo-024f47dd.zip
app-emulation/spice-vdagent: install unit file with USE=systemd (bug #557954)
Fix a typo that prevented installation of the systemd unit file in case of USE=systemd Bug: 557954 Package-Manager: portage-2.2.20.1
-rw-r--r--app-emulation/spice-vdagent/spice-vdagent-0.16.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.16.0.ebuild b/app-emulation/spice-vdagent/spice-vdagent-0.16.0.ebuild
index b652156b6e76..932365f3b867 100644
--- a/app-emulation/spice-vdagent/spice-vdagent-0.16.0.ebuild
+++ b/app-emulation/spice-vdagent/spice-vdagent-0.16.0.ebuild
@@ -36,8 +36,8 @@ ERROR_VIRTIO_CONSOLE="VirtIO console/serial device support is required"
src_configure() {
local opt="--with-session-info=none --with-init-script=systemd"
- use systemd && opt="--with-session-info=systemd"
- use consolekit && opt="${opt} --with-session-info=console-kit"
+ use systemd && opt+=" --with-session-info=systemd"
+ use consolekit && opt+=" --with-session-info=console-kit"
econf \
--localstatedir=/var \