From 0bbb47bb24f89ba6614b77210256c8a2d0074bd1 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Thu, 29 Apr 2021 20:08:00 +0300 Subject: sys-auth/pam_mount: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada --- sys-auth/pam_mount/pam_mount-2.17.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'sys-auth/pam_mount/pam_mount-2.17.ebuild') diff --git a/sys-auth/pam_mount/pam_mount-2.17.ebuild b/sys-auth/pam_mount/pam_mount-2.17.ebuild index 94b7039acb80..5e97bda985cd 100644 --- a/sys-auth/pam_mount/pam_mount-2.17.ebuild +++ b/sys-auth/pam_mount/pam_mount-2.17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="crypt libressl ssl selinux" +IUSE="crypt ssl selinux" DEPEND=" >=sys-libs/pam-0.99 @@ -20,10 +20,7 @@ DEPEND=" >=dev-libs/libxml2-2.6:= >=dev-libs/libpcre-7:= crypt? ( >=sys-fs/cryptsetup-1.1.0:= ) - ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - ) + ssl? ( dev-libs/openssl:0= ) selinux? ( sys-libs/libselinux )" RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig" -- cgit v1.2.3-65-gdbad