Skip to content

Commit

Permalink
app-emulation/spice-vdagent: improve kernel config warning
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
tamiko committed Jun 14, 2017
1 parent 1b3f7f9 commit 7d66b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-emulation/spice-vdagent/spice-vdagent-0.17.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )

Expand Down

0 comments on commit 7d66b82

Please sign in to comment.