diff options
author | Benda XU <heroxbd@gentoo.org> | 2012-05-06 10:42:36 +0000 |
---|---|---|
committer | Benda XU <heroxbd@gentoo.org> | 2012-05-06 10:42:36 +0000 |
commit | 1e87be0928822d5565154d37c1ed0440ae3cad48 (patch) | |
tree | 67fac1d0fed395f485b931cd9a70951f1609c09b /eclass | |
parent | Add ELT patch for Solaris x64 libtool problem where the linker is set to 'ld_... (diff) | |
download | gentoo-2-1e87be0928822d5565154d37c1ed0440ae3cad48.tar.gz gentoo-2-1e87be0928822d5565154d37c1ed0440ae3cad48.tar.bz2 gentoo-2-1e87be0928822d5565154d37c1ed0440ae3cad48.zip |
fix typo
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mysql-v2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass index 634d5341a023..fe31ef5a7f66 100644 --- a/eclass/mysql-v2.eclass +++ b/eclass/mysql-v2.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/mysql-v2.eclass,v 1.15 2012/04/18 02:08:34 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.16 2012/05/06 10:42:36 heroxbd Exp $ # @ECLASS: mysql-v2.eclass # @MAINTAINER: @@ -15,7 +15,7 @@ # This eclass uses the mysql-autotools and mysql-cmake eclasses for the # specific bits related to the build system. # It provides the src_unpack, src_prepare, src_configure, src_compile, -# scr_install, pkg_preinst, pkg_postinst, pkg_config and pkg_postrm +# src_install, pkg_preinst, pkg_postinst, pkg_config and pkg_postrm # phase hooks. # @ECLASS-VARIABLE: BUILD |