summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-05-17 10:57:44 +0200
committerLars Wendler <polynomial-c@gentoo.org>2019-05-17 10:57:57 +0200
commitc3b86d22705e114f110063cec765974f7ebdb6f4 (patch)
treef793757c396ba580e9886c8e036425fbe1a60a8d
parentapp-emulation/xen-tools: add upstream patches (diff)
downloadgentoo-c3b86d22705e114f110063cec765974f7ebdb6f4.tar.gz
gentoo-c3b86d22705e114f110063cec765974f7ebdb6f4.tar.bz2
gentoo-c3b86d22705e114f110063cec765974f7ebdb6f4.zip
sys-auth/pam_mount: Added sub-slot dep operator to sys-fs/cryptsetup
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
-rw-r--r--sys-auth/pam_mount/pam_mount-2.16-r1.ebuild2
-rw-r--r--sys-auth/pam_mount/pam_mount-2.16.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-auth/pam_mount/pam_mount-2.16-r1.ebuild b/sys-auth/pam_mount/pam_mount-2.16-r1.ebuild
index c13a0c5eacbb..45d0091b7b47 100644
--- a/sys-auth/pam_mount/pam_mount-2.16-r1.ebuild
+++ b/sys-auth/pam_mount/pam_mount-2.16-r1.ebuild
@@ -18,7 +18,7 @@ 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 )
+ crypt? ( >=sys-fs/cryptsetup-1.1.0:= )
ssl? ( dev-libs/openssl:0= )
selinux? ( sys-libs/libselinux )"
DEPEND="${COMMON_DEPEND}
diff --git a/sys-auth/pam_mount/pam_mount-2.16.ebuild b/sys-auth/pam_mount/pam_mount-2.16.ebuild
index becc55fc9ca3..396e2ed710c9 100644
--- a/sys-auth/pam_mount/pam_mount-2.16.ebuild
+++ b/sys-auth/pam_mount/pam_mount-2.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -18,7 +18,7 @@ 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 )
+ crypt? ( >=sys-fs/cryptsetup-1.1.0:= )
ssl? ( dev-libs/openssl:0= )
selinux? ( sys-libs/libselinux )"
DEPEND="${COMMON_DEPEND}