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 | ff42217a6a9df09cdf085f96701a527ec0380e4e (patch) | |
tree | bc21436041a19384f510e7a7ef524bb0b0c3d155 /eclass | |
parent | Revision bump to use genpatches-2.6.15-10. (diff) | |
download | gentoo-2-ff42217a6a9df09cdf085f96701a527ec0380e4e.tar.gz gentoo-2-ff42217a6a9df09cdf085f96701a527ec0380e4e.tar.bz2 gentoo-2-ff42217a6a9df09cdf085f96701a527ec0380e4e.zip |
inherit autotools
Diffstat (limited to '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 )) |