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 1OXWjq-0002aI-68 for garchives@archives.gentoo.org; Sat, 10 Jul 2010 09:52:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8A42E0A98; Sat, 10 Jul 2010 09:52:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BD16BE0A98 for ; Sat, 10 Jul 2010 09:52:48 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 727DA1B40DA for ; Sat, 10 Jul 2010 09:52:48 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2133) id C06CF2CE14; Sat, 10 Jul 2010 09:52:47 +0000 (UTC) From: "Tristan Heaven (nyhm)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, nyhm@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: eutils.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: eutils.eclass X-VCS-Directories: eclass X-VCS-Committer: nyhm X-VCS-Committer-Name: Tristan Heaven Content-Type: text/plain; charset=utf8 Message-Id: <20100710095247.C06CF2CE14@corvid.gentoo.org> Date: Sat, 10 Jul 2010 09:52:47 +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: 890bafe2-45e6-4771-b7d2-12c05e5c0b51 X-Archives-Hash: 6f2a6d0ddb4825124ce6d66e2f8e4ccb nyhm 10/07/10 09:52:47 Modified: eutils.eclass Log: einfon wasn't a typo Revision Changes Path 1.347 eclass/eutils.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/eutils.ecla= ss?rev=3D1.347&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/eutils.ecla= ss?rev=3D1.347&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/eutils.ecla= ss?r1=3D1.346&r2=3D1.347 Index: eutils.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v retrieving revision 1.346 retrieving revision 1.347 diff -u -r1.346 -r1.347 --- eutils.eclass 10 Jul 2010 06:02:59 -0000 1.346 +++ eutils.eclass 10 Jul 2010 09:52:47 -0000 1.347 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.346 2010/07/= 10 06:02:59 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.347 2010/07/= 10 09:52:47 nyhm Exp $ =20 # @ECLASS: eutils.eclass # @MAINTAINER: @@ -1552,7 +1552,7 @@ einfo "If you do not have the CDs, but have the data files" einfo "mounted somewhere on your filesystem, just export" einfo "the following variables so they point to the right place:" - einfo "" + einfon "" cdcnt=3D0 while [[ ${cdcnt} -lt ${CDROM_TOTAL_CDS} ]] ; do ((++cdcnt))