summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-09-06 13:57:51 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-09-06 13:57:51 +0000
commit853400bda53241cc3076390fdba2caa6e8b52aba (patch)
tree5495550886eb156f2ec528ba1f7626e2b56bb673 /eclass/check-reqs.eclass
parentThere is no need to depend on boost, as it is not used. (diff)
downloadgentoo-2-853400bda53241cc3076390fdba2caa6e8b52aba.tar.gz
gentoo-2-853400bda53241cc3076390fdba2caa6e8b52aba.tar.bz2
gentoo-2-853400bda53241cc3076390fdba2caa6e8b52aba.zip
Update the wording in the failed case.
Diffstat (limited to 'eclass/check-reqs.eclass')
-rw-r--r--eclass/check-reqs.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass
index b3d920e4993b..0f2416a5eab4 100644
--- a/eclass/check-reqs.eclass
+++ b/eclass/check-reqs.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/check-reqs.eclass,v 1.9 2011/09/05 08:22:31 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/check-reqs.eclass,v 1.10 2011/09/06 13:57:51 scarabeus Exp $
# @ECLASS: check-reqs.eclass
# @MAINTAINER:
@@ -339,7 +339,7 @@ check-reqs_unsatisfied() {
local sizeunit="$(check-reqs_get_number ${size}) $(check-reqs_get_unit ${size})"
[[ ${EBUILD_PHASE} == "pretend" && -z ${I_KNOW_WHAT_I_AM_DOING} ]] && msg="eerror"
- ${msg} "Don't have at least ${sizeunit} ${location}"
+ ${msg} "There is NOT at least ${sizeunit} ${location}"
# @ECLASS-VARIABLE: CHECKREQS_FAILED
# @DESCRIPTION: