diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-02-28 12:52:27 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-02-28 12:52:27 +0000 |
commit | 5338fb16936c8392f06a6fc61da44cca1ceba41e (patch) | |
tree | e48ee013d0af05407df1cfe5a4e893e9221d0b36 /eclass/mysql.eclass | |
parent | Patch the build system so it builds the HaXml tools (fixes bug #124382) (diff) | |
download | historical-5338fb16936c8392f06a6fc61da44cca1ceba41e.tar.gz historical-5338fb16936c8392f06a6fc61da44cca1ceba41e.tar.bz2 historical-5338fb16936c8392f06a6fc61da44cca1ceba41e.zip |
fix bug 124211, thanks ciaranm
Diffstat (limited to 'eclass/mysql.eclass')
-rw-r--r-- | eclass/mysql.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index c4bd4a5df194..c13caf3a3e0f 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.19 2006/02/18 10:54:23 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.20 2006/02/28 12:52:27 vivo Exp $ # Author: Francesco Riosa <vivo at gentoo.org> # Maintainer: Francesco Riosa <vivo at gentoo.org> @@ -33,7 +33,7 @@ mysql_version_is_at_least "5.00.18.00" \ mysql_version_is_at_least "5.01.00.00" \ && IUSE="${IUSE} innodb" -EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install pkg_preinst pkg_postinst pkg_config mysql_pkg_prerm pkg_postrm +EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install pkg_preinst pkg_postinst pkg_config pkg_prerm pkg_postrm # void mysql_init_vars() # |