summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-07-31 21:18:41 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-07-31 21:18:41 +0000
commit89a22e93d46fc9e15a687597e9513a826c50a7ff (patch)
tree120a65794c867dc8600ee58a36d0971df4c98d51 /eclass/kernel-2.eclass
parentUpdate HOMEPAGE wrt bug #478876. (diff)
downloadgentoo-2-89a22e93d46fc9e15a687597e9513a826c50a7ff.tar.gz
gentoo-2-89a22e93d46fc9e15a687597e9513a826c50a7ff.tar.bz2
gentoo-2-89a22e93d46fc9e15a687597e9513a826c50a7ff.zip
reword security-deblob-thing acked by keytoaster
Diffstat (limited to 'eclass/kernel-2.eclass')
-rw-r--r--eclass/kernel-2.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 26c3c650fadb..c7cb5e2f856e 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.285 2013/07/15 14:04:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.286 2013/07/31 21:18:41 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,8 @@ 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 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."
fi