diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-07 22:06:04 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-07 22:06:04 +0000 |
commit | 159930e3cfceb66402fd414caacd6faea3fd8cd8 (patch) | |
tree | da051f598769eee2c0f94a765cc6b1b575db448f /eclass/mysql-autotools.eclass | |
parent | ppc stable (bug 414963) (diff) | |
download | historical-159930e3cfceb66402fd414caacd6faea3fd8cd8.tar.gz historical-159930e3cfceb66402fd414caacd6faea3fd8cd8.tar.bz2 historical-159930e3cfceb66402fd414caacd6faea3fd8cd8.zip |
inherit flag-o-matic for append-flags
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 8d98915a64e3..19054e50b323 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.8 2012/06/02 19:16:31 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-autotools.eclass,v 1.9 2012/06/07 22:06:04 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 multilib +inherit autotools flag-o-matic multilib # # HELPER FUNCTIONS: |