From 4915d2e51159d2a0f2bbbac9e88e6e048ca9ab96 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Mon, 16 Nov 2009 17:12:30 +0000 Subject: Make the linux-info check non fatal since the code builds anyway. (Portage version: 2.2_rc50/cvs/Linux x86_64) --- app-crypt/ekeyd/ChangeLog | 6 +++++- app-crypt/ekeyd/ekeyd-1.0.6-r1.ebuild | 4 ++-- app-crypt/ekeyd/ekeyd-1.0.7.ebuild | 4 ++-- app-crypt/ekeyd/ekeyd-1.1.0.ebuild | 4 ++-- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/app-crypt/ekeyd/ChangeLog b/app-crypt/ekeyd/ChangeLog index b5d6b9d448e8..f1817d0118f8 100644 --- a/app-crypt/ekeyd/ChangeLog +++ b/app-crypt/ekeyd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/ekeyd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ekeyd/ChangeLog,v 1.9 2009/11/11 20:14:39 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ekeyd/ChangeLog,v 1.10 2009/11/16 17:12:30 flameeyes Exp $ + + 16 Nov 2009; Diego E. Pettenò + ekeyd-1.0.6-r1.ebuild, ekeyd-1.0.7.ebuild, ekeyd-1.1.0.ebuild: + Make the linux-info check non fatal since the code builds anyway. 11 Nov 2009; Robin H. Johnson ekeyd-1.0.6-r1.ebuild, ekeyd-1.0.7.ebuild, ekeyd-1.1.0.ebuild: diff --git a/app-crypt/ekeyd/ekeyd-1.0.6-r1.ebuild b/app-crypt/ekeyd/ekeyd-1.0.6-r1.ebuild index b937199e9485..1f7c0ffe6d0a 100644 --- a/app-crypt/ekeyd/ekeyd-1.0.6-r1.ebuild +++ b/app-crypt/ekeyd/ekeyd-1.0.6-r1.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/app-crypt/ekeyd/ekeyd-1.0.6-r1.ebuild,v 1.3 2009/11/11 20:14:39 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ekeyd/ekeyd-1.0.6-r1.ebuild,v 1.4 2009/11/16 17:12:30 flameeyes Exp $ EAPI=2 @@ -26,7 +26,7 @@ RDEPEND="${RDEPEND} kernel_linux? ( sys-fs/udev ) usb? ( !kernel_linux? ( sys-apps/usbutils ) )" -CONFIG_CHECK="USB_ACM" +CONFIG_CHECK="~USB_ACM" pkg_setup() { if use kernel_linux && ! use usb && linux_config_exists; then diff --git a/app-crypt/ekeyd/ekeyd-1.0.7.ebuild b/app-crypt/ekeyd/ekeyd-1.0.7.ebuild index c699945d47c5..d649097b6c50 100644 --- a/app-crypt/ekeyd/ekeyd-1.0.7.ebuild +++ b/app-crypt/ekeyd/ekeyd-1.0.7.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/app-crypt/ekeyd/ekeyd-1.0.7.ebuild,v 1.2 2009/11/11 20:14:39 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ekeyd/ekeyd-1.0.7.ebuild,v 1.3 2009/11/16 17:12:30 flameeyes Exp $ EAPI=2 @@ -26,7 +26,7 @@ RDEPEND="${RDEPEND} kernel_linux? ( sys-fs/udev ) usb? ( !kernel_linux? ( sys-apps/usbutils ) )" -CONFIG_CHECK="USB_ACM" +CONFIG_CHECK="~USB_ACM" pkg_setup() { if use kernel_linux && ! use usb && linux_config_exists; then diff --git a/app-crypt/ekeyd/ekeyd-1.1.0.ebuild b/app-crypt/ekeyd/ekeyd-1.1.0.ebuild index a8d6afe762ba..ab65bb34b310 100644 --- a/app-crypt/ekeyd/ekeyd-1.1.0.ebuild +++ b/app-crypt/ekeyd/ekeyd-1.1.0.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/app-crypt/ekeyd/ekeyd-1.1.0.ebuild,v 1.2 2009/11/11 20:14:39 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ekeyd/ekeyd-1.1.0.ebuild,v 1.3 2009/11/16 17:12:30 flameeyes Exp $ EAPI=2 @@ -26,7 +26,7 @@ RDEPEND="${RDEPEND} kernel_linux? ( sys-fs/udev ) usb? ( !kernel_linux? ( sys-apps/usbutils ) )" -CONFIG_CHECK="USB_ACM" +CONFIG_CHECK="~USB_ACM" pkg_setup() { if use kernel_linux && ! use usb && linux_config_exists; then -- cgit v1.2.3-65-gdbad