diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-03-03 09:28:58 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-03-03 09:28:58 +0000 |
commit | a2e35ee9a3dcdae76977204f4f958c4f16435a10 (patch) | |
tree | cc66993570c40926b3c1fadca9491754f8d428e2 /eclass/mysql.eclass | |
parent | Revision bump to use genpatches-2.6.15-10. (diff) | |
download | historical-a2e35ee9a3dcdae76977204f4f958c4f16435a10.tar.gz historical-a2e35ee9a3dcdae76977204f4f958c4f16435a10.tar.bz2 historical-a2e35ee9a3dcdae76977204f4f958c4f16435a10.zip |
inherit autotools
Diffstat (limited to 'eclass/mysql.eclass')
-rw-r--r-- | eclass/mysql.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index c2032bf71ceb..c7686d7b7a20 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,11 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.21 2006/03/03 01:33:07 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.22 2006/03/03 09:28:58 vivo Exp $ # Author: Francesco Riosa <vivo at gentoo.org> # Maintainer: Francesco Riosa <vivo at gentoo.org> -inherit eutils flag-o-matic gnuconfig mysql_fx +inherit eutils flag-o-matic gnuconfig autotools mysql_fx #major, minor only in the slot SLOT=$(( ${MYSQL_VERSION_ID} / 10000 )) |