projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6aff20
)
check-reqs.eclass: Fix message typo
author
Sebastian Pipping
<sping@gentoo.org>
Fri, 18 Sep 2015 19:29:07 +0000
(21:29 +0200)
committer
Sebastian Pipping
<sping@gentoo.org>
Fri, 18 Sep 2015 19:29:15 +0000
(21:29 +0200)
eclass/check-reqs.eclass
patch
|
blob
|
history
diff --git
a/eclass/check-reqs.eclass
b/eclass/check-reqs.eclass
index edf60cfabf5d9332c06330aec3b0f847ec09b3be..d685f1f760fd85fafc97055e71e398323a4728c6 100644
(file)
--- a/
eclass/check-reqs.eclass
+++ b/
eclass/check-reqs.eclass
@@
-233,7
+233,7
@@
check-reqs_output() {
[[ ${EBUILD_PHASE} == "pretend" && -z ${I_KNOW_WHAT_I_AM_DOING} ]] && msg="eerror"
if [[ -n ${CHECKREQS_FAILED} ]]; then
${msg}
- ${msg} "Space constrains set in the ebuild were not met!"
+ ${msg} "Space constrain
t
s set in the ebuild were not met!"
${msg} "The build will most probably fail, you should enhance the space"
${msg} "as per failed tests."
${msg}