diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-11-05 22:38:07 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-11-05 22:38:07 +0000 |
commit | 5c9af2e5be965452a31a578421e48c25c76d06b9 (patch) | |
tree | 7ed581b86dee8d6d4f7834daaaab5f707354d315 /net-misc/iodine | |
parent | fix typo in bug report (diff) | |
download | gentoo-2-5c9af2e5be965452a31a578421e48c25c76d06b9.tar.gz gentoo-2-5c9af2e5be965452a31a578421e48c25c76d06b9.tar.bz2 gentoo-2-5c9af2e5be965452a31a578421e48c25c76d06b9.zip |
Fix CONFIG_CHECK usage to be non-fatal, this package does not build kernel modules. Verified good build with no kernel sources or kernel config available.
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/iodine')
-rw-r--r-- | net-misc/iodine/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/iodine/iodine-0.5.2.ebuild | 6 | ||||
-rw-r--r-- | net-misc/iodine/iodine-0.6.0_rc1.ebuild | 4 |
3 files changed, 12 insertions, 6 deletions
diff --git a/net-misc/iodine/ChangeLog b/net-misc/iodine/ChangeLog index 12b713e7f7e2..75d81173fa9a 100644 --- a/net-misc/iodine/ChangeLog +++ b/net-misc/iodine/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/iodine # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/iodine/ChangeLog,v 1.3 2011/06/07 20:25:29 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iodine/ChangeLog,v 1.4 2011/11/05 22:38:07 robbat2 Exp $ + + 05 Nov 2011; Robin H. Johnson <robbat2@gentoo.org> iodine-0.5.2.ebuild, + iodine-0.6.0_rc1.ebuild: + Fix CONFIG_CHECK usage to be non-fatal, this package does not build kernel + modules. Verified good build with no kernel sources or kernel config + available. 07 Jun 2011; Víctor Ostorga <vostorga@gentoo.org> iodine-0.6.0_rc1.ebuild, +files/iodine-0.6.0_rc1-TestMessage.patch: diff --git a/net-misc/iodine/iodine-0.5.2.ebuild b/net-misc/iodine/iodine-0.5.2.ebuild index 1a6d257f0e59..460cf278bc1a 100644 --- a/net-misc/iodine/iodine-0.5.2.ebuild +++ b/net-misc/iodine/iodine-0.5.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/iodine/iodine-0.5.2.ebuild,v 1.1 2009/09/26 19:24:36 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iodine/iodine-0.5.2.ebuild,v 1.2 2011/11/05 22:38:07 robbat2 Exp $ inherit linux-info eutils @@ -8,7 +8,7 @@ DESCRIPTION="IP over DNS tunnel" HOMEPAGE="http://code.kryo.se/iodine/" SRC_URI="http://code.kryo.se/${PN}/${P}.tar.gz" -CONFIG_CHECK="TUN" +CONFIG_CHECK="~TUN" LICENSE="ISC" SLOT="0" diff --git a/net-misc/iodine/iodine-0.6.0_rc1.ebuild b/net-misc/iodine/iodine-0.6.0_rc1.ebuild index bfd846298d8f..a376f5f7e5a5 100644 --- a/net-misc/iodine/iodine-0.6.0_rc1.ebuild +++ b/net-misc/iodine/iodine-0.6.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/iodine/iodine-0.6.0_rc1.ebuild,v 1.2 2011/06/07 20:25:29 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iodine/iodine-0.6.0_rc1.ebuild,v 1.3 2011/11/05 22:38:07 robbat2 Exp $ inherit linux-info eutils @@ -10,7 +10,7 @@ DESCRIPTION="IP over DNS tunnel" HOMEPAGE="http://code.kryo.se/iodine/" SRC_URI="http://code.kryo.se/${PN}/${MY_P}.tar.gz" -CONFIG_CHECK="TUN" +CONFIG_CHECK="~TUN" LICENSE="ISC" SLOT="0" |