commit:     cf280598140afeca0feefa98d15039d778fbb2a3
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed May 30 18:51:54 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed May 30 18:51:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf280598

dev-db/mariadb: Fix -server in 10.3.7 for bug 656918

Closes: https://bugs.gentoo.org/656918
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-db/mariadb/mariadb-10.3.7.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-db/mariadb/mariadb-10.3.7.ebuild 
b/dev-db/mariadb/mariadb-10.3.7.ebuild
index b475701ade5..d514af1ed2b 100644
--- a/dev-db/mariadb/mariadb-10.3.7.ebuild
+++ b/dev-db/mariadb/mariadb-10.3.7.ebuild
@@ -39,7 +39,6 @@ RESTRICT="!bindist? ( bindist ) libressl? ( test )"
 
 REQUIRED_USE="jdbc? ( extraengine server !static )
        server? ( tokudb? ( jemalloc !tcmalloc ) )
-       !server? ( !extraengine )
        ?? ( tcmalloc jemalloc )
        static? ( yassl !pam )"
 
@@ -275,7 +274,7 @@ src_prepare() {
 
        local plugin
        local server_plugins=( handler_socket auth_socket feedback 
metadata_lock_info
-                               locale_info qc_info server_audit semisync 
sql_errlog )
+                               locale_info qc_info server_audit sql_errlog )
        local test_plugins=( audit_null auth_examples daemon_example fulltext
                                debug_key_management example_key_management 
versioning )
        if ! use server; then # These plugins are for the server

Reply via email to