summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-05-02 11:05:28 +0000
committerUlrich Müller <ulm@gentoo.org>2010-05-02 11:05:28 +0000
commit4efaee2ea2badb32018386a148865ce73a986bd1 (patch)
tree5274ba93920f081ec1acbc8ba19900b312a954ba
parentkeyword ~x86-fbsd (diff)
downloadgentoo-2-4efaee2ea2badb32018386a148865ce73a986bd1.tar.gz
gentoo-2-4efaee2ea2badb32018386a148865ce73a986bd1.tar.bz2
gentoo-2-4efaee2ea2badb32018386a148865ce73a986bd1.zip
Fix typo.
-rw-r--r--eclass/kernel-2.eclass4
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