diff options
Diffstat (limited to 'dev-db/mariadb/mariadb-10.5.7.ebuild')
-rw-r--r-- | dev-db/mariadb/mariadb-10.5.7.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-db/mariadb/mariadb-10.5.7.ebuild b/dev-db/mariadb/mariadb-10.5.7.ebuild index 8f9f6778b6c1..a48f286d522c 100644 --- a/dev-db/mariadb/mariadb-10.5.7.ebuild +++ b/dev-db/mariadb/mariadb-10.5.7.ebuild @@ -20,13 +20,12 @@ DESCRIPTION="An enhanced, drop-in replacement for MySQL" LICENSE="GPL-2 LGPL-2.1+" SLOT="10.5/${SUBSLOT:-0}" IUSE="+backup bindist columnstore cracklib debug extraengine galera innodb-lz4 - innodb-lzo innodb-snappy jdbc jemalloc kerberos latin1 libressl mroonga + innodb-lzo innodb-snappy jdbc jemalloc kerberos latin1 mroonga numa odbc oqgraph pam +perl profiling rocksdb selinux +server sphinx sst-rsync sst-mariabackup static systemd systemtap s3 tcmalloc test xml yassl" -# Tests always fail when libressl is enabled due to hard-coded ciphers in the tests -RESTRICT="!bindist? ( bindist ) libressl? ( test ) !test? ( test )" +RESTRICT="!bindist? ( bindist ) !test? ( test )" REQUIRED_USE="jdbc? ( extraengine server !static ) ?? ( tcmalloc jemalloc ) @@ -84,8 +83,7 @@ COMMON_DEPEND=" tcmalloc? ( dev-util/google-perftools:0= ) yassl? ( net-libs/gnutls:0= ) !yassl? ( - !libressl? ( >=dev-libs/openssl-1.0.0:0= ) - libressl? ( dev-libs/libressl:0= ) + >=dev-libs/openssl-1.0.0:0= ) " BDEPEND="virtual/yacc |