diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-06-08 17:50:10 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-06-08 17:50:10 +0000 |
commit | b35581566e923e3ea8b0503790339de0a67fad7e (patch) | |
tree | 080914bcf28401a7482935a475a0f79c7349e9ec /eclass/autotools-utils.eclass | |
parent | Marking libav-0.8.2 ppc for bug 408555 (diff) | |
download | gentoo-2-b35581566e923e3ea8b0503790339de0a67fad7e.tar.gz gentoo-2-b35581566e923e3ea8b0503790339de0a67fad7e.tar.bz2 gentoo-2-b35581566e923e3ea8b0503790339de0a67fad7e.zip |
typo.
Diffstat (limited to 'eclass/autotools-utils.eclass')
-rw-r--r-- | eclass/autotools-utils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/autotools-utils.eclass b/eclass/autotools-utils.eclass index 987ac2d10f56..eda93556d51a 100644 --- a/eclass/autotools-utils.eclass +++ b/eclass/autotools-utils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.55 2012/06/06 17:17:30 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.56 2012/06/08 17:50:10 mgorny Exp $ # @ECLASS: autotools-utils.eclass # @MAINTAINER: @@ -13,7 +13,7 @@ # out of source build with overridable build dir location, static archives # handling, libtool files removal. # -# Please note note that autotools-utils does not support mixing of its phase +# Please note that autotools-utils does not support mixing of its phase # functions with regular econf/emake calls. If necessary, please call # autotools-utils_src_compile instead of the latter. # |