commit: fdf07a5577ca688b10e12f859075590339bbea35
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun May 9 13:36:54 2021 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun May 9 14:02:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdf07a55
dev-db/mariadb: fix MissingTestRestrict
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-db/mariadb/mariadb-10.2.35.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-db/mariadb/mariadb-10.2.35.ebuild
b/dev-db/mariadb/mariadb-10.2.35.ebuild
index 81166142aa7..31413b22c03 100644
--- a/dev-db/mariadb/mariadb-10.2.35.ebuild
+++ b/dev-db/mariadb/mariadb-10.2.35.ebuild
@@ -25,7 +25,7 @@ IUSE="+backup bindist client-libs cracklib debug extraengine
galera innodb-lz4
sst-rsync sst-mariabackup sst-xtrabackup static systemd systemtap
tcmalloc
test tokudb xml yassl"
-RESTRICT="!bindist? ( bindist ) test? ( test )"
+RESTRICT="!bindist? ( bindist ) !test? ( test )"
REQUIRED_USE="jdbc? ( extraengine server !static )
server? ( tokudb? ( jemalloc !tcmalloc ) )