diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-02 19:16:31 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-02 19:16:31 +0000 |
commit | 9776f65f4321955fc4123508e2520ca278d16c4a (patch) | |
tree | 5cf8f85f84ba5c51cd91f5b5ca4b58fb5ff97f85 /eclass/mysql-autotools.eclass | |
parent | [bump] dev-perl/DateManip-6.320.0 (diff) | |
download | gentoo-2-9776f65f4321955fc4123508e2520ca278d16c4a.tar.gz gentoo-2-9776f65f4321955fc4123508e2520ca278d16c4a.tar.bz2 gentoo-2-9776f65f4321955fc4123508e2520ca278d16c4a.zip |
inherit multilib for get_libdir
Diffstat (limited to 'eclass/mysql-autotools.eclass')
-rw-r--r-- | eclass/mysql-autotools.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mysql-autotools.eclass b/eclass/mysql-autotools.eclass index e8e74bdbd4a1..8d98915a64e3 100644 --- a/eclass/mysql-autotools.eclass +++ b/eclass/mysql-autotools.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-autotools.eclass,v 1.7 2012/05/15 22:51:56 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-autotools.eclass,v 1.8 2012/06/02 19:16:31 zmedico Exp $ # @ECLASS: mysql-autotools.eclass # @MAINTAINER: @@ -17,7 +17,7 @@ # the src_unpack, src_prepare, src_configure, src_compile, scr_install, # pkg_preinst, pkg_postinst, pkg_config and pkg_postrm phase hooks. -inherit autotools +inherit autotools multilib # # HELPER FUNCTIONS: |