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: Thu, 31 Dec 2015 18:34:34
Message-Id: 1451586828.546326e3c1847d6a93425e3c22cc3981bb36d816.grknight@gentoo
1 commit: 546326e3c1847d6a93425e3c22cc3981bb36d816
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 18:33:48 2015 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 18:33:48 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/mysql.git/commit/?id=546326e3
7
8 mysql-multilib-r1.eclass: Add missing REQUIRED_USE which caused a block on ~arch packages
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 eclass/mysql-multilib-r1.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/mysql-multilib-r1.eclass b/eclass/mysql-multilib-r1.eclass
16 index 87bcec0..e14a2a8 100644
17 --- a/eclass/mysql-multilib-r1.eclass
18 +++ b/eclass/mysql-multilib-r1.eclass
19 @@ -153,7 +153,7 @@ REQUIRED_USE="^^ ( yassl openssl libressl )"
20 # Tests always fail when libressl is enabled due to hard-coded ciphers in the tests
21 RESTRICT="libressl? ( test )"
22
23 -REQUIRED_USE="!server? ( !extraengine !embedded )
24 +REQUIRED_USE="${REQUIRED_USE} !server? ( !extraengine !embedded )
25 ?? ( tcmalloc jemalloc )
26 static? ( !libressl !openssl yassl )"