Skip to content

Commit

Permalink
mysql-multilib-r1.eclass: Add missing REQUIRED_USE which caused a blo…
Browse files Browse the repository at this point in the history
…ck on ~arch packages

Signed-off-by: Brian Evans <[email protected]>
  • Loading branch information
Brian Evans committed Dec 31, 2015
1 parent 53abad1 commit 8cd5ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/mysql-multilib-r1.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ REQUIRED_USE="^^ ( yassl openssl libressl )"
# Tests always fail when libressl is enabled due to hard-coded ciphers in the tests
RESTRICT="libressl? ( test )"

REQUIRED_USE="!server? ( !extraengine !embedded )
REQUIRED_USE="${REQUIRED_USE} !server? ( !extraengine !embedded )
?? ( tcmalloc jemalloc )
static? ( !libressl !openssl yassl )"

Expand Down

0 comments on commit 8cd5ba5

Please sign in to comment.