Signed-off-by: Justin Lecher <j...@gentoo.org>
---
 eclass/check-reqs.eclass | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass
index 4513904..26f2dc1 100644
--- a/eclass/check-reqs.eclass
+++ b/eclass/check-reqs.eclass
@@ -198,13 +198,14 @@ check-reqs_get_number() {
 
        local unit=${1:(-1)}
        local size=${1%[GMT]}
+       local msg=eerror
+       [[ ${EAPI:-0} == [012345] ]] && msg=eqawarn
 
        # Check for unset units and warn about them.
        # Backcompat.
        if [[ ${size} == ${1} ]]; then
-               eqawarn "Package does not specify unit for the size check"
-               eqawarn "Assuming mebibytes."
-               eqawarn "File bug against the package. It should specify the 
unit."
+               ${msg} "Package does not specify unit for the size check"
+               ${msg} "File bug against the package. It should specify the 
unit."
        fi
 
        echo ${size}
-- 
2.6.4


Reply via email to