diff options
author | 2011-11-05 21:53:44 +0000 | |
---|---|---|
committer | 2011-11-05 21:53:44 +0000 | |
commit | e09543ddfea8b68d84f925de97423c421b8101c2 (patch) | |
tree | 72d445ef8908d9aefc26451570176e5a2efe660f /app-emulation/spice-vdagent | |
parent | net-analyzer/ostinato: Version bump. (diff) | |
download | gentoo-2-e09543ddfea8b68d84f925de97423c421b8101c2.tar.gz gentoo-2-e09543ddfea8b68d84f925de97423c421b8101c2.tar.bz2 gentoo-2-e09543ddfea8b68d84f925de97423c421b8101c2.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.
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/spice-vdagent')
4 files changed, 14 insertions, 7 deletions
diff --git a/app-emulation/spice-vdagent/ChangeLog b/app-emulation/spice-vdagent/ChangeLog index 20d1e351234c..6d0e923aee26 100644 --- a/app-emulation/spice-vdagent/ChangeLog +++ b/app-emulation/spice-vdagent/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-emulation/spice-vdagent # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-vdagent/ChangeLog,v 1.3 2011/08/15 00:42:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-vdagent/ChangeLog,v 1.4 2011/11/05 21:53:44 robbat2 Exp $ + + 05 Nov 2011; Robin H. Johnson <robbat2@gentoo.org> + spice-vdagent-0.8.0.ebuild, spice-vdagent-0.8.1.ebuild, + spice-vdagent-0.8.1-r1.ebuild: + 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. *spice-vdagent-0.8.1-r1 (15 Aug 2011) diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.8.0.ebuild b/app-emulation/spice-vdagent/spice-vdagent-0.8.0.ebuild index 437f8a65c030..a9b176e84c02 100644 --- a/app-emulation/spice-vdagent/spice-vdagent-0.8.0.ebuild +++ b/app-emulation/spice-vdagent/spice-vdagent-0.8.0.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.0.ebuild,v 1.1 2011/05/11 09:02:31 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.8.0.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() { diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.8.1-r1.ebuild b/app-emulation/spice-vdagent/spice-vdagent-0.8.1-r1.ebuild index 87b9811a7136..3468ce72a914 100644 --- a/app-emulation/spice-vdagent/spice-vdagent-0.8.1-r1.ebuild +++ b/app-emulation/spice-vdagent/spice-vdagent-0.8.1-r1.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-r1.ebuild,v 1.1 2011/08/15 00:42:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.8.1-r1.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() { 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() { |