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 1PqRd3-0001Ba-3r for garchives@archives.gentoo.org; Fri, 18 Feb 2011 14:48:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB0AC1C018; Fri, 18 Feb 2011 14:48:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BE6721C018 for ; Fri, 18 Feb 2011 14:48:09 +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 1E4441B4008 for ; Fri, 18 Feb 2011 14:48:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6F6888006A for ; Fri, 18 Feb 2011 14:48:08 +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: <5ac0f8a91e13e11f585486f1fc1555978fbde2e6.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: 5ac0f8a91e13e11f585486f1fc1555978fbde2e6 Date: Fri, 18 Feb 2011 14:48:08 +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: 2a44c7f778f88d51a135f9019ec613fa commit: 5ac0f8a91e13e11f585486f1fc1555978fbde2e6 Author: Tomas Chvatal gentoo org> AuthorDate: Fri Feb 18 14:47:08 2011 +0000 Commit: Tomas Chvatal gentoo org> CommitDate: Fri Feb 18 14:47:08 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D5ac0f8a9 virtualx.eclass update qawarn comment. --- eclass/virtualx.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index d921dec..c248c4d 100644 --- a/eclass/virtualx.eclass +++ b/eclass/virtualx.eclass @@ -144,7 +144,7 @@ Xmake() { debug-print-function ${FUNCNAME} "$@" =20 ewarn "QA: you should not execute make directly" - ewarn "QA: rather execute emake -j1 if you have issues with parallel ma= ke" + ewarn "QA: rather execute Xemake -j1 if you have issues with parallel m= ake" export maketype=3D"make" virtualmake "$@" }