diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2005-02-02 10:36:04 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2005-02-02 10:36:04 +0000 |
commit | ece87d0ebe305b053274a61e2c12eab413f1639e (patch) | |
tree | c7452d2d7720005b63b7b26f7d2be5aadfe068a6 /eclass/db.eclass | |
parent | Fixed typo. (diff) | |
download | historical-ece87d0ebe305b053274a61e2c12eab413f1639e.tar.gz historical-ece87d0ebe305b053274a61e2c12eab413f1639e.tar.bz2 historical-ece87d0ebe305b053274a61e2c12eab413f1639e.zip |
Remove the export functions call as vapier@gentoo.org says it shouldn't be used
Diffstat (limited to 'eclass/db.eclass')
-rw-r--r-- | eclass/db.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/db.eclass b/eclass/db.eclass index 55bd7fceb12a..a44fad4d7a77 100644 --- a/eclass/db.eclass +++ b/eclass/db.eclass @@ -1,11 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/db.eclass,v 1.12 2004/10/10 20:12:19 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/db.eclass,v 1.13 2005/02/02 10:36:04 pauldv Exp $ # This is a common location for functions used in the sys-libs/db ebuilds ECLASS=db INHERITED="$INHERITED $ECLASS" -EXPORT_FUNCTIONS db_fix_so db_src_install_doc db_src_install_usrbinslot db_src_install_headerslot db_src_install_usrlibcleanup db_fix_so () { cd ${ROOT}/usr/lib |