From 7d66b82c19e7b820fa42ae3c36e7af1a9cb4ef43 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 14 Jun 2017 09:24:03 -0500 Subject: [PATCH] app-emulation/spice-vdagent: improve kernel config warning Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- app-emulation/spice-vdagent/spice-vdagent-0.17.0.ebuild | 4 ++-- 1 file 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 85b4fccfc4124..83d7d13a9ec12 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 )