diff options
author | 2012-06-02 19:16:31 +0000 | |
---|---|---|
committer | 2012-06-02 19:16:31 +0000 | |
commit | 728cfd5f68c7432a7f9f9a7e3355b4932c12dce4 (patch) | |
tree | 01c83be77b200e1b9226bc22b39071936aef096e /eclass/mysql-cmake.eclass | |
parent | [bump] dev-perl/DateManip-6.320.0 (diff) | |
download | historical-728cfd5f68c7432a7f9f9a7e3355b4932c12dce4.tar.gz historical-728cfd5f68c7432a7f9f9a7e3355b4932c12dce4.tar.bz2 historical-728cfd5f68c7432a7f9f9a7e3355b4932c12dce4.zip |
inherit multilib for get_libdir
Diffstat (limited to 'eclass/mysql-cmake.eclass')
-rw-r--r-- | eclass/mysql-cmake.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mysql-cmake.eclass b/eclass/mysql-cmake.eclass index 7e2e0eac0e88..939f4ff62a78 100644 --- a/eclass/mysql-cmake.eclass +++ b/eclass/mysql-cmake.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-cmake.eclass,v 1.7 2012/01/09 10:42:19 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-cmake.eclass,v 1.8 2012/06/02 19:16:31 zmedico Exp $ # @ECLASS: mysql-cmake.eclass # @MAINTAINER: @@ -15,7 +15,7 @@ # the src_unpack, src_prepare, src_configure, src_compile, scr_install, # pkg_preinst, pkg_postinst, pkg_config and pkg_postrm phase hooks. -inherit cmake-utils +inherit cmake-utils multilib # # HELPER FUNCTIONS: |