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 | f32c2a4f3241cbaebda5deea494b45d9f7a2b0d2 (patch) | |
tree | 9fa89585364e98c8db3f1b5cdfe6a6bc97f254c2 /eclass/mysql.eclass | |
parent | alpha stable wrt #175465 (diff) | |
download | historical-f32c2a4f3241cbaebda5deea494b45d9f7a2b0d2.tar.gz historical-f32c2a4f3241cbaebda5deea494b45d9f7a2b0d2.tar.bz2 historical-f32c2a4f3241cbaebda5deea494b45d9f7a2b0d2.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" |