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 1PqQLl-00008q-Ae for garchives@archives.gentoo.org; Fri, 18 Feb 2011 13:26:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 440D8E072B; Fri, 18 Feb 2011 13:26:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 16DE6E072B for ; Fri, 18 Feb 2011 13:26:14 +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 9DB401B40ED for ; Fri, 18 Feb 2011 13:26:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D44A98006A for ; Fri, 18 Feb 2011 13:26:12 +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: <22e8804345000b5b6aabea1c739403da1117400d.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: 22e8804345000b5b6aabea1c739403da1117400d Date: Fri, 18 Feb 2011 13:26:12 +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: 376b21fb9eef35797c9205c9541fcf5b commit: 22e8804345000b5b6aabea1c739403da1117400d Author: Tomas Chvatal gentoo org> AuthorDate: Fri Feb 18 13:25:25 2011 +0000 Commit: Tomas Chvatal gentoo org> CommitDate: Fri Feb 18 13:25:25 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D22e88043 virtualx.eclass fix typo --- eclass/virtualx.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index 5312f77..d921dec 100644 --- a/eclass/virtualx.eclass +++ b/eclass/virtualx.eclass @@ -55,7 +55,7 @@ case ${VIRTUALX_REQUIRED} in ;; esac =20 -# @FUNCTION: Xmake +# @FUNCTION: virtualmake # @DESCRIPTION:=20 # Function which attach to running X session or start new Xvfb session # where the $maketype variable content gets executed.