From 1d423e309e3f72491ad3646a48df070ba8a8d66c Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Fri, 30 Apr 2021 16:49:39 +0300 Subject: dev-db/postgresql: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada --- dev-db/postgresql/postgresql-12.6.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'dev-db/postgresql/postgresql-12.6.ebuild') diff --git a/dev-db/postgresql/postgresql-12.6.ebuild b/dev-db/postgresql/postgresql-12.6.ebuild index 07087f076155..cc8c01351253 100644 --- a/dev-db/postgresql/postgresql-12.6.ebuild +++ b/dev-db/postgresql/postgresql-12.6.ebuild @@ -20,7 +20,7 @@ LICENSE="POSTGRESQL GPL-2" DESCRIPTION="PostgreSQL RDBMS" HOMEPAGE="https://www.postgresql.org/" -IUSE="debug doc icu kerberos kernel_linux ldap libressl llvm nls pam +IUSE="debug doc icu kerberos kernel_linux ldap llvm nls pam perl python +readline selinux +server systemd ssl static-libs tcl threads uuid xml zlib" @@ -44,10 +44,7 @@ perl? ( >=dev-lang/perl-5.8:= ) python? ( ${PYTHON_DEPS} ) readline? ( sys-libs/readline:0= ) server? ( systemd? ( sys-apps/systemd ) ) -ssl? ( - !libressl? ( >=dev-libs/openssl-0.9.6-r1:0= ) - libressl? ( dev-libs/libressl:= ) -) +ssl? ( >=dev-libs/openssl-0.9.6-r1:0= ) tcl? ( >=dev-lang/tcl-8:0= ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) zlib? ( sys-libs/zlib ) -- cgit v1.2.3