summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-05-03 10:46:36 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-05-03 10:46:36 +0300
commit8710c2bcd278a1d8fc656ccc289a84f3ea2df646 (patch)
treecc495522ec6357c061ff67536e97416fb17bc1ab /dev-db/mariadb/mariadb-10.3.27.ebuild
parentnet-print/hplip: remove libressl support (diff)
downloadgentoo-8710c2bcd278a1d8fc656ccc289a84f3ea2df646.tar.gz
gentoo-8710c2bcd278a1d8fc656ccc289a84f3ea2df646.tar.bz2
gentoo-8710c2bcd278a1d8fc656ccc289a84f3ea2df646.zip
dev-db/mariadb: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-db/mariadb/mariadb-10.3.27.ebuild')
-rw-r--r--dev-db/mariadb/mariadb-10.3.27.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-db/mariadb/mariadb-10.3.27.ebuild b/dev-db/mariadb/mariadb-10.3.27.ebuild
index c3d7f8e60673..700176d0f579 100644
--- a/dev-db/mariadb/mariadb-10.3.27.ebuild
+++ b/dev-db/mariadb/mariadb-10.3.27.ebuild
@@ -20,13 +20,12 @@ DESCRIPTION="An enhanced, drop-in replacement for MySQL"
LICENSE="GPL-2 LGPL-2.1+"
SLOT="10.3/${SUBSLOT:-0}"
IUSE="+backup bindist client-libs 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 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 ) !test? ( test )"
+RESTRICT="!bindist? ( bindist ) !test? ( test )"
REQUIRED_USE="jdbc? ( extraengine server !static )
server? ( tokudb? ( jemalloc !tcmalloc ) )
@@ -55,8 +54,7 @@ COMMON_DEPEND="
kerberos? ( virtual/krb5 )
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=
)
sys-libs/ncurses:0=
!bindist? (