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 1Q6hoL-00079K-Qs for garchives@archives.gentoo.org; Mon, 04 Apr 2011 11:19:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A20B51C061; Mon, 4 Apr 2011 11:18:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7499B1C061 for ; Mon, 4 Apr 2011 11:18:57 +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 C3C461B408E for ; Mon, 4 Apr 2011 11:18:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E3D3C80074 for ; Mon, 4 Apr 2011 11:18:55 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <97c837b3e2206544d575b6bea854c1160bce87f2.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: eclass/ X-VCS-Repository: proj/sci X-VCS-Files: eclass/emboss.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 97c837b3e2206544d575b6bea854c1160bce87f2 Date: Mon, 4 Apr 2011 11:18:55 +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: 094b2d6320ee798d7ec8a0ae62633367 commit: 97c837b3e2206544d575b6bea854c1160bce87f2 Author: Justin Lecher gentoo org> AuthorDate: Mon Apr 4 11:18:45 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Apr 4 11:18:45 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D97c837b3 Fixed typo in emboss.eclass --- eclass/emboss.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/emboss.eclass b/eclass/emboss.eclass index 2c8b67f..0431579 100644 --- a/eclass/emboss.eclass +++ b/eclass/emboss.eclass @@ -92,7 +92,7 @@ DOCS=3D"AUTHORS ChangeLog NEWS README" # @DESCRIPTION: # Does following things # -# 1. Patches with "${FILESDIR}"/${PF}.patch, of present +# 1. Patches with "${FILESDIR}"/${PF}.patch, if present # 2. Runs eautoreconf, unless EBO_EAUTORECONF is set to no # =20