diff options
author | Mike Auty <ikelos@gentoo.org> | 2009-09-08 17:11:21 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2009-09-08 17:11:21 +0000 |
commit | a04a2bcea93fd8429d85c14ccf241f4d480ead22 (patch) | |
tree | 2b6aaea1420e11cf33d0f7c02272c788bd2f98bd /net-misc | |
parent | fixed maintainer's email (diff) | |
download | gentoo-2-a04a2bcea93fd8429d85c14ccf241f4d480ead22.tar.gz gentoo-2-a04a2bcea93fd8429d85c14ccf241f4d480ead22.tar.bz2 gentoo-2-a04a2bcea93fd8429d85c14ccf241f4d480ead22.zip |
Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/hamachi/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/hamachi/hamachi-0.9.9.9_p20-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/hamachi/ChangeLog b/net-misc/hamachi/ChangeLog index 9e6a5ac52f4a..c162a9f59a4c 100644 --- a/net-misc/hamachi/ChangeLog +++ b/net-misc/hamachi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/hamachi # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hamachi/ChangeLog,v 1.14 2009/08/23 01:48:38 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hamachi/ChangeLog,v 1.15 2009/09/08 17:11:21 ikelos Exp $ + + 08 Sep 2009; Mike Auty <ikelos@gentoo.org> hamachi-0.9.9.9_p20-r4.ebuild: + Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320. 23 Aug 2009; Jeremy Olexa <darkside@gentoo.org> -files/tuncfg.confd: remove unused patches diff --git a/net-misc/hamachi/hamachi-0.9.9.9_p20-r4.ebuild b/net-misc/hamachi/hamachi-0.9.9.9_p20-r4.ebuild index 31b47c88cb25..c43080469b10 100644 --- a/net-misc/hamachi/hamachi-0.9.9.9_p20-r4.ebuild +++ b/net-misc/hamachi/hamachi-0.9.9.9_p20-r4.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-misc/hamachi/hamachi-0.9.9.9_p20-r4.ebuild,v 1.2 2009/07/31 11:03:01 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hamachi/hamachi-0.9.9.9_p20-r4.ebuild,v 1.3 2009/09/08 17:11:21 ikelos Exp $ inherit eutils linux-info @@ -34,7 +34,7 @@ pkg_preinst() { pkg_setup() { einfo "Checking your kernel configuration for TUN/TAP support." - CONFIG_CHECK="TUN" + CONFIG_CHECK="~TUN" check_extra_config } |