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 | fcf9352fe7c769938858418b9fc1edabf17fefd6 (patch) | |
tree | 94f47fb309fae8b5fe9fb7422cbaabac6644b6c0 /eclass/autotools-utils.eclass | |
parent | Marking libav-0.8.2 ppc for bug 408555 (diff) | |
download | historical-fcf9352fe7c769938858418b9fc1edabf17fefd6.tar.gz historical-fcf9352fe7c769938858418b9fc1edabf17fefd6.tar.bz2 historical-fcf9352fe7c769938858418b9fc1edabf17fefd6.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. # |