Skip to content

Commit

Permalink
dev-db/mariadb: [QA] Fix MissingTestRestrict
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Dec 12, 2019
1 parent ef765cd commit ce9f334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-db/mariadb/mariadb-10.1.38-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ IUSE="+backup bindist client-libs cracklib debug extraengine galera jdbc jemallo
systemd systemtap static static-libs tcmalloc test tokudb xml yassl"

# Tests always fail when libressl is enabled due to hard-coded ciphers in the tests
RESTRICT="!bindist? ( bindist ) libressl? ( test )"
RESTRICT="!bindist? ( bindist ) !test? ( test ) libressl? ( test )"

REQUIRED_USE="jdbc? ( extraengine server !static )
server? ( tokudb? ( jemalloc !tcmalloc ) )
Expand Down
2 changes: 1 addition & 1 deletion dev-db/mariadb/mariadb-10.2.22-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ IUSE="+backup bindist client-libs cracklib debug extraengine galera innodb-lz4
test tokudb xml yassl"

# Tests always fail when libressl is enabled due to hard-coded ciphers in the tests
RESTRICT="!bindist? ( bindist ) libressl? ( test )"
RESTRICT="!bindist? ( bindist ) !test? ( test ) libressl? ( test )"

REQUIRED_USE="jdbc? ( extraengine server !static )
server? ( tokudb? ( jemalloc !tcmalloc ) )
Expand Down

0 comments on commit ce9f334

Please sign in to comment.