diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2011-07-20 14:23:11 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2011-07-20 14:23:11 +0000 |
commit | 541dd6b79c25772d8a625a057a04e42cfc976666 (patch) | |
tree | 70285905f2aac75a3d5e2c15d734a8bb35e58f18 /eclass/mysql-v2.eclass | |
parent | Fix paths for Gentoo Prefix, bug 375735 (diff) | |
download | historical-541dd6b79c25772d8a625a057a04e42cfc976666.tar.gz historical-541dd6b79c25772d8a625a057a04e42cfc976666.tar.bz2 historical-541dd6b79c25772d8a625a057a04e42cfc976666.zip |
[eclass/mysql-v2] Sync with overlay, exports pkg_config - bug 375705.
Diffstat (limited to 'eclass/mysql-v2.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 cc7202498941..51a8314fb090 100644 --- a/eclass/mysql-v2.eclass +++ b/eclass/mysql-v2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.1 2011/07/13 07:01:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.2 2011/07/20 14:23:11 jmbsvicetto Exp $ # @ECLASS: mysql-v2.eclass # @MAINTAINER: @@ -55,7 +55,7 @@ case "${EAPI:-0}" in *) die "Unsupported EAPI: ${EAPI}" ;; esac -EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_install +EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_install # # VARIABLES: |