From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4EE64139694 for ; Wed, 14 Jun 2017 14:24:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FBEBE0CA4; Wed, 14 Jun 2017 14:24:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4942FE0CA4 for ; Wed, 14 Jun 2017 14:24:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE38534184B for ; Wed, 14 Jun 2017 14:24:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91A6A7465 for ; Wed, 14 Jun 2017 14:24:38 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1497450243.7d66b82c19e7b820fa42ae3c36e7af1a9cb4ef43.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spice-vdagent/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/spice-vdagent/spice-vdagent-0.17.0.ebuild X-VCS-Directories: app-emulation/spice-vdagent/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 7d66b82c19e7b820fa42ae3c36e7af1a9cb4ef43 X-VCS-Branch: master Date: Wed, 14 Jun 2017 14:24:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 05e77948-cb81-40df-89f6-5badd8c95400 X-Archives-Hash: 74f04f8cc5e3aee391fbd14100a6612e commit: 7d66b82c19e7b820fa42ae3c36e7af1a9cb4ef43 Author: Matthias Maier gentoo org> AuthorDate: Wed Jun 14 14:24:03 2017 +0000 Commit: Matthias Maier gentoo org> CommitDate: Wed Jun 14 14:24:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d66b82c 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 85b4fccfc41..83d7d13a9ec 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 )