diff options
author | Mike Auty <ikelos@gentoo.org> | 2009-09-08 17:20:20 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2009-09-08 17:20:20 +0000 |
commit | 9734b813ddd2a394a26e70d8784ac1a30744eaa6 (patch) | |
tree | b70808eca3c53cb49d5543652d3cc894085785c8 /net-print | |
parent | Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320. (diff) | |
download | gentoo-2-9734b813ddd2a394a26e70d8784ac1a30744eaa6.tar.gz gentoo-2-9734b813ddd2a394a26e70d8784ac1a30744eaa6.tar.bz2 gentoo-2-9734b813ddd2a394a26e70d8784ac1a30744eaa6.zip |
Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/hplip/ChangeLog | 7 | ||||
-rw-r--r-- | net-print/hplip/hplip-2.8.6b.ebuild | 4 | ||||
-rw-r--r-- | net-print/hplip/hplip-2.8.7.ebuild | 4 | ||||
-rw-r--r-- | net-print/hplip/hplip-3.9.2.ebuild | 4 | ||||
-rw-r--r-- | net-print/hplip/hplip-3.9.4b-r1.ebuild | 4 | ||||
-rw-r--r-- | net-print/hplip/hplip-3.9.4b.ebuild | 4 |
6 files changed, 16 insertions, 11 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog index 063c446a9fc6..7b2f83db23d5 100644 --- a/net-print/hplip/ChangeLog +++ b/net-print/hplip/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-print/hplip # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.122 2009/07/05 20:53:08 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.123 2009/09/08 17:20:20 ikelos Exp $ + + 08 Sep 2009; Mike Auty <ikelos@gentoo.org> hplip-2.8.6b.ebuild, + hplip-2.8.7.ebuild, hplip-3.9.2.ebuild, hplip-3.9.4b.ebuild, + hplip-3.9.4b-r1.ebuild: + Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320. 05 Jul 2009; Robin H. Johnson <robbat2@gentoo.org> hplip-3.9.2.ebuild, hplip-3.9.4b.ebuild, hplip-3.9.4b-r1.ebuild: diff --git a/net-print/hplip/hplip-2.8.6b.ebuild b/net-print/hplip/hplip-2.8.6b.ebuild index cc533765b9a8..cfc402a999f1 100644 --- a/net-print/hplip/hplip-2.8.6b.ebuild +++ b/net-print/hplip/hplip-2.8.6b.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/net-print/hplip/hplip-2.8.6b.ebuild,v 1.7 2009/05/16 15:25:32 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-2.8.6b.ebuild,v 1.8 2009/09/08 17:20:20 ikelos Exp $ EAPI="1" @@ -57,7 +57,7 @@ RDEPEND="${DEPEND} ) )" -CONFIG_CHECK="PARPORT PPDEV" +CONFIG_CHECK="~PARPORT ~PPDEV" ERROR_PARPORT="Please make sure parallel port support is enabled in your kernel (PARPORT and PPDEV)." pkg_setup() { diff --git a/net-print/hplip/hplip-2.8.7.ebuild b/net-print/hplip/hplip-2.8.7.ebuild index fe18ae198116..379a57914540 100644 --- a/net-print/hplip/hplip-2.8.7.ebuild +++ b/net-print/hplip/hplip-2.8.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/net-print/hplip/hplip-2.8.7.ebuild,v 1.3 2009/05/16 15:48:14 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-2.8.7.ebuild,v 1.4 2009/09/08 17:20:20 ikelos Exp $ EAPI="1" @@ -56,7 +56,7 @@ RDEPEND="${DEPEND} ) )" -CONFIG_CHECK="PARPORT PPDEV" +CONFIG_CHECK="~PARPORT ~PPDEV" ERROR_PARPORT="Please make sure parallel port support is enabled in your kernel (PARPORT and PPDEV)." pkg_setup() { diff --git a/net-print/hplip/hplip-3.9.2.ebuild b/net-print/hplip/hplip-3.9.2.ebuild index 27000f5a8584..990fed6fec85 100644 --- a/net-print/hplip/hplip-3.9.2.ebuild +++ b/net-print/hplip/hplip-3.9.2.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/net-print/hplip/hplip-3.9.2.ebuild,v 1.4 2009/07/05 20:53:08 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.9.2.ebuild,v 1.5 2009/09/08 17:20:20 ikelos Exp $ EAPI="2" @@ -55,7 +55,7 @@ RDEPEND="${DEPEND} ) )" -CONFIG_CHECK="PARPORT PPDEV" +CONFIG_CHECK="~PARPORT ~PPDEV" ERROR_PARPORT="Please make sure parallel port support is enabled in your kernel (PARPORT and PPDEV)." pkg_setup() { diff --git a/net-print/hplip/hplip-3.9.4b-r1.ebuild b/net-print/hplip/hplip-3.9.4b-r1.ebuild index 1f9ec83bd5b0..2388eb911031 100644 --- a/net-print/hplip/hplip-3.9.4b-r1.ebuild +++ b/net-print/hplip/hplip-3.9.4b-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/net-print/hplip/hplip-3.9.4b-r1.ebuild,v 1.2 2009/07/05 20:53:08 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.9.4b-r1.ebuild,v 1.3 2009/09/08 17:20:20 ikelos Exp $ EAPI="2" @@ -61,7 +61,7 @@ RDEPEND="${DEPEND} ) )" -CONFIG_CHECK="PARPORT PPDEV" +CONFIG_CHECK="~PARPORT ~PPDEV" ERROR_PARPORT="Please make sure parallel port support is enabled in your kernel (PARPORT and PPDEV)." pkg_setup() { diff --git a/net-print/hplip/hplip-3.9.4b.ebuild b/net-print/hplip/hplip-3.9.4b.ebuild index 9b54379f6647..a951ed3d381a 100644 --- a/net-print/hplip/hplip-3.9.4b.ebuild +++ b/net-print/hplip/hplip-3.9.4b.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/net-print/hplip/hplip-3.9.4b.ebuild,v 1.5 2009/07/05 20:53:08 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.9.4b.ebuild,v 1.6 2009/09/08 17:20:20 ikelos Exp $ EAPI="2" @@ -61,7 +61,7 @@ RDEPEND="${DEPEND} ) )" -CONFIG_CHECK="PARPORT PPDEV" +CONFIG_CHECK="~PARPORT ~PPDEV" ERROR_PARPORT="Please make sure parallel port support is enabled in your kernel (PARPORT and PPDEV)." pkg_setup() { |