diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-05-02 11:05:28 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-05-02 11:05:28 +0000 |
commit | 5e0783110709ea2fda7088cedeac663e41dc7fe7 (patch) | |
tree | a42f94ffdd151be0cda6baa1436c211902de3662 /eclass/kernel-2.eclass | |
parent | keyword ~x86-fbsd (diff) | |
download | historical-5e0783110709ea2fda7088cedeac663e41dc7fe7.tar.gz historical-5e0783110709ea2fda7088cedeac663e41dc7fe7.tar.bz2 historical-5e0783110709ea2fda7088cedeac663e41dc7fe7.zip |
Fix typo.
Diffstat (limited to 'eclass/kernel-2.eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 0046e0b1a551..4767cbf750c3 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -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/05/02 08:48:16 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.233 2010/05/02 11:05:28 ulm Exp $ # 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 @@ postinst_sources() { # optionally display security unsupported message # Start with why if [[ ${K_SECURITY_UNSUPPORTED} = 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 |