diff options
author | 2014-01-08 06:20:29 +0000 | |
---|---|---|
committer | 2014-01-08 06:20:29 +0000 | |
commit | 805b6611046c525c56f821118d618050f80262ca (patch) | |
tree | 81c955cc8b95156992ad333ff07679e0a89aa592 /eclass/mysql.eclass | |
parent | Inherit the user eclass for enewuser/etc... (diff) | |
download | historical-805b6611046c525c56f821118d618050f80262ca.tar.gz historical-805b6611046c525c56f821118d618050f80262ca.tar.bz2 historical-805b6611046c525c56f821118d618050f80262ca.zip |
Inherit the user eclass for enewuser/etc...
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 3cc5df7e8e0f..56468edf375a 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.177 2013/03/16 19:20:34 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.178 2014/01/08 06:20:29 vapier Exp $ # @ECLASS: mysql.eclass # @MAINTAINER: @@ -19,7 +19,7 @@ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" -inherit eutils flag-o-matic gnuconfig autotools multilib mysql_fx versionator toolchain-funcs +inherit eutils flag-o-matic gnuconfig autotools multilib mysql_fx versionator toolchain-funcs user # Shorten the path because the socket path length must be shorter than 107 chars # and we will run a mysql server during test phase |