diff options
author | Mike Auty <ikelos@gentoo.org> | 2009-08-31 22:29:46 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2009-08-31 22:29:46 +0000 |
commit | f29e001fbd1983390cbcb4f50a65c26202c80681 (patch) | |
tree | 2ed77004c233035709c5d4d683cb65215b6cf719 | |
parent | Main news: Added events to input_layer.c to cover more buttons on the Thinkpa... (diff) | |
download | gentoo-2-f29e001fbd1983390cbcb4f50a65c26202c80681.tar.gz gentoo-2-f29e001fbd1983390cbcb4f50a65c26202c80681.tar.bz2 gentoo-2-f29e001fbd1983390cbcb4f50a65c26202c80681.zip |
Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
(Portage version: 2.2_rc40/cvs/Linux i686)
-rw-r--r-- | media-video/sonic-snap/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/sonic-snap/sonic-snap-1.5.ebuild | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/media-video/sonic-snap/ChangeLog b/media-video/sonic-snap/ChangeLog index 2c97e02a2197..5bb9d21fc24d 100644 --- a/media-video/sonic-snap/ChangeLog +++ b/media-video/sonic-snap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/sonic-snap # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/sonic-snap/ChangeLog,v 1.7 2009/02/19 06:19:32 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/sonic-snap/ChangeLog,v 1.8 2009/08/31 22:29:46 ikelos Exp $ + + 31 Aug 2009; Mike Auty <ikelos@gentoo.org> sonic-snap-1.5.ebuild: + Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320. 19 Feb 2009; Steve Arnold <nerdboy@gentoo.org> sonic-snap-1.5.ebuild: Updated error message to make more generic (fixes bug #256019). diff --git a/media-video/sonic-snap/sonic-snap-1.5.ebuild b/media-video/sonic-snap/sonic-snap-1.5.ebuild index 8b7ada7a6953..b9dab628ae9b 100644 --- a/media-video/sonic-snap/sonic-snap-1.5.ebuild +++ b/media-video/sonic-snap/sonic-snap-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild,v 1.8 2009/02/19 06:19:32 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild,v 1.9 2009/08/31 22:29:46 ikelos Exp $ EAPI="1" inherit eutils linux-info @@ -25,7 +25,7 @@ DEPEND="x11-libs/fltk:1.1 x11-libs/libXext x11-libs/libXft" -CONFIG_CHECK="USB_SN9C102" +CONFIG_CHECK="~USB_SN9C102" ERROR_USB_SN9C102="Please make sure the SN9C1xx PC Camera Controller driver is \ enabled, under V4L USB devices, as a module in your kernel." @@ -51,9 +51,7 @@ src_install() { pkg_postinst() { ewarn - elog "This application has found the sn9c10x driver (sn9c102.ko)" - elog "enabled in the USB section of your kernel config. Also," - elog "this driver is V4L v2 only, so V4L v1 apps will not work." + elog "This driver is V4L v2 only, so V4L v1 apps will not work." elog "Finally, only a few image sensors are supported, eg, PAS106B" elog "so (check dmesg or /var/log/messages for USB device info when" elog "you plug the cam in)." |