diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-01-04 20:25:14 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-01-04 20:25:14 +0000 |
commit | d641edc0f7648f873b36838fcd7290e5dc35568d (patch) | |
tree | a5fe787e598bdfcf12dc60a58476bf33faca8f8c /eclass/mysql.eclass | |
parent | php4 dependency fixed (bug #102825) loving thanks to Jakub. Dropped ppc keywo... (diff) | |
download | historical-d641edc0f7648f873b36838fcd7290e5dc35568d.tar.gz historical-d641edc0f7648f873b36838fcd7290e5dc35568d.tar.bz2 historical-d641edc0f7648f873b36838fcd7290e5dc35568d.zip |
Added pkg_config to EXPORT
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 87b1af27f43b..3a81c07f49f0 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.1 2006/01/01 18:45:38 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.2 2006/01/04 20:25:14 vivo Exp $ # Author: Francesco Riosa <vivo at gentoo.org> # Maintainer: Francesco Riosa <vivo at gentoo.org> @@ -34,7 +34,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_postrm +EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install pkg_preinst pkg_postinst pkg_config pkg_postrm mysql_pkg_setup() { |