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: Mon, 26 Oct 2015 16:54:51
Message-Id: 1445878451.615f93f211a038110fc840203a68d66c31c3d249.grknight@gentoo
1 commit: 615f93f211a038110fc840203a68d66c31c3d249
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 26 16:54:11 2015 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 16:54:11 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/mysql.git/commit/?id=615f93f2
7
8 Remove the community USE which no longer has any effect
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 eclass/mysql-multilib.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/mysql-multilib.eclass b/eclass/mysql-multilib.eclass
16 index 9f17095..26e494a 100644
17 --- a/eclass/mysql-multilib.eclass
18 +++ b/eclass/mysql-multilib.eclass
19 @@ -192,7 +192,7 @@ fi
20 LICENSE="GPL-2"
21 SLOT="0/${SUBSLOT:-0}"
22
23 -IUSE="+community cluster debug embedded extraengine jemalloc latin1 libressl +openssl
24 +IUSE="cluster debug embedded extraengine jemalloc latin1 libressl +openssl
25 +perl profiling selinux systemtap static static-libs tcmalloc test yassl"
26
27 REQUIRED_USE="^^ ( yassl openssl libressl )"