diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 14:24:27 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 14:24:27 +0000 |
commit | 285edf4c5d9f8051561c221d8107fe4cdf56291f (patch) | |
tree | 339c27964cdefd6a9e68e8cc57d2693bba4ed7a4 /eclass/mysql.eclass | |
parent | alpha stable wrt #175465 (diff) | |
download | gentoo-2-285edf4c5d9f8051561c221d8107fe4cdf56291f.tar.gz gentoo-2-285edf4c5d9f8051561c221d8107fe4cdf56291f.tar.bz2 gentoo-2-285edf4c5d9f8051561c221d8107fe4cdf56291f.zip |
(QA) RESTRICT clean up.
Diffstat (limited to 'eclass/mysql.eclass')
-rw-r--r-- | eclass/mysql.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 5821383c3e31..73f58125b2e3 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.78 2007/05/11 08:25:11 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.79 2007/07/02 14:24:27 peper Exp $ # Author: Francesco Riosa (Retired) <vivo@gentoo.org> # Maintainer: Luca Longinotti <chtekk@gentoo.org> @@ -82,7 +82,6 @@ HOMEPAGE="http://www.mysql.com/" LICENSE="GPL-2" SLOT="0" IUSE="big-tables debug embedded minimal perl selinux ssl static" -RESTRICT="confcache" mysql_version_is_at_least "4.1" \ && IUSE="${IUSE} latin1" |