Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: eclass/
Date: Mon, 04 Apr 2011 11:19:10
Message-Id: 97c837b3e2206544d575b6bea854c1160bce87f2.jlec@gentoo
1 commit: 97c837b3e2206544d575b6bea854c1160bce87f2
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 4 11:18:45 2011 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 4 11:18:45 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=97c837b3
7
8 Fixed typo in emboss.eclass
9
10 ---
11 eclass/emboss.eclass | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/eclass/emboss.eclass b/eclass/emboss.eclass
15 index 2c8b67f..0431579 100644
16 --- a/eclass/emboss.eclass
17 +++ b/eclass/emboss.eclass
18 @@ -92,7 +92,7 @@ DOCS="AUTHORS ChangeLog NEWS README"
19 # @DESCRIPTION:
20 # Does following things
21 #
22 -# 1. Patches with "${FILESDIR}"/${PF}.patch, of present
23 +# 1. Patches with "${FILESDIR}"/${PF}.patch, if present
24 # 2. Runs eautoreconf, unless EBO_EAUTORECONF is set to no
25 #