summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-07-31 21:25:50 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-07-31 21:25:50 +0000
commitf261de812e91154a89d7bbe1400855def565a0aa (patch)
tree81612983ac775be3960f720cb20b00ed77c65f69 /eclass
parentInstall java stuff from the proper place, bug #479300. (diff)
downloadgentoo-2-f261de812e91154a89d7bbe1400855def565a0aa.tar.gz
gentoo-2-f261de812e91154a89d7bbe1400855def565a0aa.tar.bz2
gentoo-2-f261de812e91154a89d7bbe1400855def565a0aa.zip
change "security wise" to "security-wise"
Diffstat (limited to 'eclass')
-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 c7cb5e2f856e..21032f8c85f8 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.286 2013/07/31 21:18:41 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.287 2013/07/31 21:25:50 hasufell Exp $
# Description: kernel.eclass rewrite for a clean base regarding the 2.6
# series of kernel with back-compatibility for 2.4
@@ -814,7 +814,7 @@ postinst_sources() {
# optionally display security unsupported message
# Start with why
if [[ ${K_SECURITY_UNSUPPORTED} = deblob ]]; then
- ewarn "Deblobbed kernels may not be up-to-date security wise"
+ ewarn "Deblobbed kernels may not be up-to-date security-wise"
ewarn "as they depend on external scripts."
elif [[ -n ${K_SECURITY_UNSUPPORTED} ]]; then
ewarn "${PN} is UNSUPPORTED by Gentoo Security."