diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-11-16 17:12:30 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-11-16 17:12:30 +0000 |
commit | 4915d2e51159d2a0f2bbbac9e88e6e048ca9ab96 (patch) | |
tree | 04642fb3eefb4f5ab53a4a945e0acd8d7d12691e /app-crypt | |
parent | Version bump to latest rc; make the linux-info checks non-fatal since the pac... (diff) | |
download | gentoo-2-4915d2e51159d2a0f2bbbac9e88e6e048ca9ab96.tar.gz gentoo-2-4915d2e51159d2a0f2bbbac9e88e6e048ca9ab96.tar.bz2 gentoo-2-4915d2e51159d2a0f2bbbac9e88e6e048ca9ab96.zip |
Make the linux-info check non fatal since the code builds anyway.
(Portage version: 2.2_rc50/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/ekeyd/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/ekeyd/ekeyd-1.0.6-r1.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/ekeyd/ekeyd-1.0.7.ebuild | 4 | ||||
-rw-r--r-- | 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ò <flameeyes@gentoo.org> + 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 <robbat2@gentoo.org> 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 |