summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-28 08:22:04 +0100
committerSam James <sam@gentoo.org>2021-03-31 03:02:33 +0100
commitc0829e94f7351b9bd6fbf4dbc21359689c5a21ad (patch)
tree639415dd5dfbe0ab687fe2e2e1311af8c727ecb8 /eclass/kernel-2.eclass
parentlinux-info.eclass: fix grammar in elog (diff)
downloadgentoo-c0829e94f7351b9bd6fbf4dbc21359689c5a21ad.tar.gz
gentoo-c0829e94f7351b9bd6fbf4dbc21359689c5a21ad.tar.bz2
gentoo-c0829e94f7351b9bd6fbf4dbc21359689c5a21ad.zip
kernel-2.eclass: fix grammar in elog
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/kernel-2.eclass')
-rw-r--r--eclass/kernel-2.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index dccd39ec8f2f..67ad4acc1fef 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: kernel-2.eclass
@@ -1631,9 +1631,9 @@ kernel-2_pkg_setup() {
echo
ewarn "Be warned !! >=sys-devel/gcc-4.0.0 isn't supported with linux-2.4!"
ewarn "Either switch to another gcc-version (via gcc-config) or use a"
- ewarn "newer kernel that supports gcc-4."
+ ewarn "newer kernel that supports >=sys-devel/gcc-4."
echo
- ewarn "Also be aware that bugreports about gcc-4 not working"
+ ewarn "Also, be aware that bug reports about gcc-4 not working"
ewarn "with linux-2.4 based ebuilds will be closed as INVALID!"
echo
fi