summaryrefslogtreecommitdiff
path: root/sys-auth/pam_mount/pam_mount-2.16-r3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-04 22:28:33 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-04 22:28:33 +0100
commita978c074e4272bb901fbe4a10de0a7b2af574f17 (patch)
tree8c764c1cc0576389ce22abd317bceba71ea5732d /sys-auth/pam_mount/pam_mount-2.16-r3.ebuild
parent40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (diff)
gentoo resync : 04.05.2021
Diffstat (limited to 'sys-auth/pam_mount/pam_mount-2.16-r3.ebuild')
-rw-r--r--sys-auth/pam_mount/pam_mount-2.16-r3.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/sys-auth/pam_mount/pam_mount-2.16-r3.ebuild b/sys-auth/pam_mount/pam_mount-2.16-r3.ebuild
index 597e2da7f05f..df0bd7fb125a 100644
--- a/sys-auth/pam_mount/pam_mount-2.16-r3.ebuild
+++ b/sys-auth/pam_mount/pam_mount-2.16-r3.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,16 +11,13 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-IUSE="crypt libressl ssl selinux"
+IUSE="crypt ssl selinux"
COMMON_DEPEND=">=sys-libs/pam-0.99
>=sys-libs/libhx-3.12.1:=
>=dev-libs/libxml2-2.6
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 )"
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig"