From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PraXH-0002l6-IY for garchives@archives.gentoo.org; Mon, 21 Feb 2011 18:31:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3B52E05BE; Mon, 21 Feb 2011 18:30:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AEECAE05BE for ; Mon, 21 Feb 2011 18:30:55 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06FEA1B4149 for ; Mon, 21 Feb 2011 18:30:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5BD0F8006A for ; Mon, 21 Feb 2011 18:30:54 +0000 (UTC) From: "Tomas Chvatal" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tomas Chvatal" Message-ID: <804d799bcf2db0daeab7de9d2b7e8ddce4cb1883.scarabeus@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: eclass/ X-VCS-Repository: proj/x11 X-VCS-Files: eclass/virtualx.eclass X-VCS-Directories: eclass/ X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal X-VCS-Revision: 804d799bcf2db0daeab7de9d2b7e8ddce4cb1883 Date: Mon, 21 Feb 2011 18:30:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: b267bf64ef0dc1289d29c09facdd3505 commit: 804d799bcf2db0daeab7de9d2b7e8ddce4cb1883 Author: Tomas Chvatal gentoo org> AuthorDate: Mon Feb 21 18:29:30 2011 +0000 Commit: Tomas Chvatal gentoo org> CommitDate: Mon Feb 21 18:29:30 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D804d799b Fix comment + fix typo in ewarn. --- eclass/virtualx.eclass | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index c19abfb..9150c5a 100644 --- a/eclass/virtualx.eclass +++ b/eclass/virtualx.eclass @@ -63,7 +63,7 @@ esac # @FUNCTION: virtualmake # @DESCRIPTION:=20 # Function which attach to running X session or start new Xvfb session -# where the $maketype variable content gets executed. +# where the VIRTUALX_COMMAND variable content gets executed. virtualmake() { debug-print-function ${FUNCNAME} "$@" =20 @@ -78,7 +78,7 @@ virtualmake() { if [[ -n ${maketype} ]]; then ewarn "QA: ebuild is exporting \$maketype=3D${maketype}" ewarn "QA: Ebuild should be migrated to use VIRTUALX_COMMAND=3D${maket= ype} instead." - ewarn "QA: Setting VIRTUALX_COMMAND to \$maketype conviniently for now= ." + ewarn "QA: Setting VIRTUALX_COMMAND to \$maketype conveniently for now= ." VIRTUALX_COMMAND=3D${maketype} fi =20