summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2017-06-14 09:24:03 -0500
committerMatthias Maier <tamiko@gentoo.org>2017-06-14 09:24:03 -0500
commit7d66b82c19e7b820fa42ae3c36e7af1a9cb4ef43 (patch)
tree4854264fc09486dbe6a4ceff1a10abf805ee2a3a /app-emulation
parentgolang-base.eclass: update dev-lang/go dependency (diff)
downloadgentoo-7d66b82c19e7b820fa42ae3c36e7af1a9cb4ef43.tar.gz
gentoo-7d66b82c19e7b820fa42ae3c36e7af1a9cb4ef43.tar.bz2
gentoo-7d66b82c19e7b820fa42ae3c36e7af1a9cb4ef43.zip
app-emulation/spice-vdagent: improve kernel config warning
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/spice-vdagent/spice-vdagent-0.17.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.17.0.ebuild b/app-emulation/spice-vdagent/spice-vdagent-0.17.0.ebuild
index 85b4fccfc412..83d7d13a9ec1 100644
--- a/app-emulation/spice-vdagent/spice-vdagent-0.17.0.ebuild
+++ b/app-emulation/spice-vdagent/spice-vdagent-0.17.0.ebuild
@@ -30,8 +30,8 @@ RDEPEND="${CDEPEND}
selinux? ( sec-policy/selinux-vdagent )"
CONFIG_CHECK="~INPUT_UINPUT ~VIRTIO_CONSOLE"
-ERROR_INPUT_UINPUT="User level input support is required"
-ERROR_VIRTIO_CONSOLE="VirtIO console/serial device support is required"
+ERROR_INPUT_UINPUT="User level input support (INPUT_UINPUT) is required"
+ERROR_VIRTIO_CONSOLE="VirtIO console/serial device support (VIRTIO_CONSOLE) is required"
PATCHES=( "${FILESDIR}"/${PN}-0.17.0-add-missing-stub-function.patch )