Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mysql:master commit in: eclass/
Date: Tue, 30 Dec 2014 15:30:44
Message-Id: 1419953427.f44c7967684afe750d487aaf8863dd5abda45301.grknight@gentoo.org@gentoo
1 commit: f44c7967684afe750d487aaf8863dd5abda45301
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 30 15:30:27 2014 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 30 15:30:27 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=f44c7967
7
8 Remove the old max-idx-128 flag which is no longer used
9
10 ---
11 eclass/mysql-multilib.eclass | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/eclass/mysql-multilib.eclass b/eclass/mysql-multilib.eclass
15 index 387b875..0755f99 100644
16 --- a/eclass/mysql-multilib.eclass
17 +++ b/eclass/mysql-multilib.eclass
18 @@ -184,7 +184,7 @@ fi
19 LICENSE="GPL-2"
20 SLOT="0"
21
22 -IUSE="+community cluster debug embedded extraengine jemalloc latin1 max-idx-128 minimal
23 +IUSE="+community cluster debug embedded extraengine jemalloc latin1 minimal
24 +perl profiling selinux ssl systemtap static static-libs tcmalloc test"
25
26 # This probably could be simplified, but the syntax would have to be just right