Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb/
Date: Wed, 30 May 2018 18:52:20
Message-Id: 1527706314.cf280598140afeca0feefa98d15039d778fbb2a3.grknight@gentoo
1 commit: cf280598140afeca0feefa98d15039d778fbb2a3
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 30 18:51:54 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Wed May 30 18:51:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf280598
7
8 dev-db/mariadb: Fix -server in 10.3.7 for bug 656918
9
10 Closes: https://bugs.gentoo.org/656918
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12
13 dev-db/mariadb/mariadb-10.3.7.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/dev-db/mariadb/mariadb-10.3.7.ebuild b/dev-db/mariadb/mariadb-10.3.7.ebuild
17 index b475701ade5..d514af1ed2b 100644
18 --- a/dev-db/mariadb/mariadb-10.3.7.ebuild
19 +++ b/dev-db/mariadb/mariadb-10.3.7.ebuild
20 @@ -39,7 +39,6 @@ RESTRICT="!bindist? ( bindist ) libressl? ( test )"
21
22 REQUIRED_USE="jdbc? ( extraengine server !static )
23 server? ( tokudb? ( jemalloc !tcmalloc ) )
24 - !server? ( !extraengine )
25 ?? ( tcmalloc jemalloc )
26 static? ( yassl !pam )"
27
28 @@ -275,7 +274,7 @@ src_prepare() {
29
30 local plugin
31 local server_plugins=( handler_socket auth_socket feedback metadata_lock_info
32 - locale_info qc_info server_audit semisync sql_errlog )
33 + locale_info qc_info server_audit sql_errlog )
34 local test_plugins=( audit_null auth_examples daemon_example fulltext
35 debug_key_management example_key_management versioning )
36 if ! use server; then # These plugins are for the server