Gentoo Archives: gentoo-commits

From: Tomas Chvatal <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: eclass/
Date: Mon, 21 Feb 2011 18:31:03
Message-Id: 804d799bcf2db0daeab7de9d2b7e8ddce4cb1883.scarabeus@gentoo
1 commit: 804d799bcf2db0daeab7de9d2b7e8ddce4cb1883
2 Author: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 21 18:29:30 2011 +0000
4 Commit: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 21 18:29:30 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=804d799b
7
8 Fix comment + fix typo in ewarn.
9
10 ---
11 eclass/virtualx.eclass | 4 ++--
12 1 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass
15 index c19abfb..9150c5a 100644
16 --- a/eclass/virtualx.eclass
17 +++ b/eclass/virtualx.eclass
18 @@ -63,7 +63,7 @@ esac
19 # @FUNCTION: virtualmake
20 # @DESCRIPTION:
21 # Function which attach to running X session or start new Xvfb session
22 -# where the $maketype variable content gets executed.
23 +# where the VIRTUALX_COMMAND variable content gets executed.
24 virtualmake() {
25 debug-print-function ${FUNCNAME} "$@"
26
27 @@ -78,7 +78,7 @@ virtualmake() {
28 if [[ -n ${maketype} ]]; then
29 ewarn "QA: ebuild is exporting \$maketype=${maketype}"
30 ewarn "QA: Ebuild should be migrated to use VIRTUALX_COMMAND=${maketype} instead."
31 - ewarn "QA: Setting VIRTUALX_COMMAND to \$maketype conviniently for now."
32 + ewarn "QA: Setting VIRTUALX_COMMAND to \$maketype conveniently for now."
33 VIRTUALX_COMMAND=${maketype}
34 fi