summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2011-11-05 21:53:44 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2011-11-05 21:53:44 +0000
commit90b3ba2c4e0ad4abcf3d513a6da11e19b122cdeb (patch)
treeef73b0a1810b7389516ca24fd03f6597f14e2714 /app-emulation/spice-vdagent/spice-vdagent-0.8.1.ebuild
parentnet-analyzer/ostinato: Version bump. (diff)
downloadhistorical-90b3ba2c4e0ad4abcf3d513a6da11e19b122cdeb.tar.gz
historical-90b3ba2c4e0ad4abcf3d513a6da11e19b122cdeb.tar.bz2
historical-90b3ba2c4e0ad4abcf3d513a6da11e19b122cdeb.zip
Fix CONFIG_CHECK usage to be non-fatal, this package does not build kernel modules. Verified good build with no kernel sources or kernel config available.
Package-Manager: portage-2.2.0_alpha72/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/spice-vdagent/spice-vdagent-0.8.1.ebuild')
-rw-r--r--app-emulation/spice-vdagent/spice-vdagent-0.8.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.8.1.ebuild b/app-emulation/spice-vdagent/spice-vdagent-0.8.1.ebuild
index 84e4fe8907f1..c76acd0032c6 100644
--- a/app-emulation/spice-vdagent/spice-vdagent-0.8.1.ebuild
+++ b/app-emulation/spice-vdagent/spice-vdagent-0.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.8.1.ebuild,v 1.1 2011/07/25 09:24:52 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.8.1.ebuild,v 1.2 2011/11/05 21:53:44 robbat2 Exp $
EAPI=4
@@ -23,7 +23,7 @@ RDEPEND="x11-libs/libXfixes
DEPEND="dev-util/pkgconfig
${RDEPEND}"
-CONFIG_CHECK="INPUT_UINPUT"
+CONFIG_CHECK="~INPUT_UINPUT"
ERROR_INPUT_UINPUT="User level driver support is required to run the spice-vdagent daemon"
src_configure() {