From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1O8WzL-00071q-TX for garchives@archives.gentoo.org; Sun, 02 May 2010 11:05:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7997E07EE; Sun, 2 May 2010 11:05:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 99F60E07EE for ; Sun, 2 May 2010 11:05:30 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id B40E71B4052 for ; Sun, 2 May 2010 11:05:29 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2178) id D2B162C200; Sun, 2 May 2010 11:05:28 +0000 (UTC) From: "Ulrich Mueller (ulm)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ulm@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: kernel-2.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: kernel-2.eclass X-VCS-Directories: eclass X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller Content-Type: text/plain; charset=utf8 Message-Id: <20100502110528.D2B162C200@corvid.gentoo.org> Date: Sun, 2 May 2010 11:05:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7b507eef-8cae-41e3-b49a-64a57c7cca3c X-Archives-Hash: a5dcb41bd59b02c0d0bcbb75af656f50 ulm 10/05/02 11:05:28 Modified: kernel-2.eclass Log: Fix typo. Revision Changes Path 1.233 eclass/kernel-2.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kernel-2.ec= lass?rev=3D1.233&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kernel-2.ec= lass?rev=3D1.233&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kernel-2.ec= lass?r1=3D1.232&r2=3D1.233 Index: kernel-2.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v retrieving revision 1.232 retrieving revision 1.233 diff -u -r1.232 -r1.233 --- kernel-2.eclass 2 May 2010 08:48:16 -0000 1.232 +++ kernel-2.eclass 2 May 2010 11:05:28 -0000 1.233 @@ -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/eclass/kernel-2.eclass,v 1.232 2010/0= 5/02 08:48:16 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.233 2010/0= 5/02 11:05:28 ulm Exp $ =20 # Description: kernel.eclass rewrite for a clean base regarding the 2.6 # series of kernel with back-compatibility for 2.4 @@ -716,7 +716,7 @@ # optionally display security unsupported message # Start with why if [[ ${K_SECURITY_UNSUPPORTED} =3D deblob ]]; then - ewarn "Deblobbed kernels are UNSUPPORTED by Gentoo Security" + ewarn "Deblobbed kernels are UNSUPPORTED by Gentoo Security." elif [[ -n ${K_SECURITY_UNSUPPORTED} ]]; then ewarn "${PN} is UNSUPPORTED by Gentoo Security." fi