summaryrefslogtreecommitdiff
path: root/dev-db/mariadb/mariadb-10.6.15.ebuild
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-01-31 10:52:54 +0100
committerPetr Vaněk <arkamar@gentoo.org>2024-01-31 17:00:35 +0100
commitdf1332909104bfb58d5250c30896fc6c6788ecf8 (patch)
treea59ba791ce96a10e7828529e59c31bfc9ed77932 /dev-db/mariadb/mariadb-10.6.15.ebuild
parent68da815635a9be60623b52af4042607f4565ee1b (diff)
downloadgentoo-df1332909104bfb58d5250c30896fc6c6788ecf8.tar.gz
gentoo-df1332909104bfb58d5250c30896fc6c6788ecf8.tar.bz2
gentoo-df1332909104bfb58d5250c30896fc6c6788ecf8.zip
dev-db/mariadb: test phase requires USE=extraengine
main.mysql_client_test and main.mysql_client_test_comp tests are executed with --sequence=on parameter [1] which enables SEQUENCE plugin provided by Sequence Storage Engine [2]. However, the ebuild compiles this engine only if extraengine USE flag is enabled. Therefore test requires it. [1] https://mariadb.com/docs/server/ref/mdb/cli/mariadbd/sequence/ [2] https://mariadb.com/kb/en/sequence-storage-engine/ Bug: https://bugs.gentoo.org/907827 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-db/mariadb/mariadb-10.6.15.ebuild')
-rw-r--r--dev-db/mariadb/mariadb-10.6.15.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-db/mariadb/mariadb-10.6.15.ebuild b/dev-db/mariadb/mariadb-10.6.15.ebuild
index fbb24f57a4b8..e2281369b5cb 100644
--- a/dev-db/mariadb/mariadb-10.6.15.ebuild
+++ b/dev-db/mariadb/mariadb-10.6.15.ebuild
@@ -26,7 +26,8 @@ RESTRICT="!bindist? ( bindist ) !test? ( test )"
REQUIRED_USE="jdbc? ( extraengine server !static )
?? ( tcmalloc jemalloc )
- static? ( yassl !pam )"
+ static? ( yassl !pam )
+ test? ( extraengine )"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"