commit: f44c7967684afe750d487aaf8863dd5abda45301
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 30 15:30:27 2014 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Dec 30 15:30:27 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=f44c7967
Remove the old max-idx-128 flag which is no longer used
---
eclass/mysql-multilib.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/mysql-multilib.eclass b/eclass/mysql-multilib.eclass
index 387b875..0755f99 100644
--- a/eclass/mysql-multilib.eclass
+++ b/eclass/mysql-multilib.eclass
@@ -184,7 +184,7 @@ fi
LICENSE="GPL-2"
SLOT="0"
-IUSE="+community cluster debug embedded extraengine jemalloc latin1
max-idx-128 minimal
+IUSE="+community cluster debug embedded extraengine jemalloc latin1 minimal
+perl profiling selinux ssl systemtap static static-libs tcmalloc test"
# This probably could be simplified, but the syntax would have to be just right