summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-12-07 23:43:07 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-12-07 23:43:07 +0000
commitcfdab7872b599b4d6c9f455d7c277e593b271767 (patch)
tree6ae17cddba430ea73a2653b4b93b890fde75b453 /bin/ebuild.sh
parentdd1c07f4e9d3baf4374d116d0eb8a90ada6a5bfa (diff)
downloadportage-cfdab7872b599b4d6c9f455d7c277e593b271767.tar.gz
portage-cfdab7872b599b4d6c9f455d7c277e593b271767.tar.bz2
portage-cfdab7872b599b4d6c9f455d7c277e593b271767.zip
s/series/serious/ mistake
svn path=/main/trunk/; revision=2347
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 50fc32a38..4bf4363ce 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1107,7 +1107,7 @@ dyn_install() {
scanelf -qyRF '%p %n' "${D}" | sed -e 's:^:/:' > "${BUILDDIR}"/build-info/NEEDED
if [[ ${qa_sucks_for_sure} -eq 1 ]] ; then
- die "Aborting due to series QA concerns"
+ die "Aborting due to serious QA concerns"
elif [[ ${qa_kinda_sucks} -eq 1 ]] && has stricter ${FEATURES} && ! has stricter ${RESTRICT} ; then
die "Aborting due to QA concerns"
fi