From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 500D81382C5 for ; Thu, 29 Apr 2021 17:09:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74013E0822; Thu, 29 Apr 2021 17:09:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A928E0822 for ; Thu, 29 Apr 2021 17:09:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02FED34101A for ; Thu, 29 Apr 2021 17:09:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83B67735 for ; Thu, 29 Apr 2021 17:09:05 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1619716080.0bbb47bb24f89ba6614b77210256c8a2d0074bd1.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_mount/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/pam_mount/pam_mount-2.16-r3.ebuild sys-auth/pam_mount/pam_mount-2.17.ebuild sys-auth/pam_mount/pam_mount-2.18.ebuild X-VCS-Directories: sys-auth/pam_mount/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 0bbb47bb24f89ba6614b77210256c8a2d0074bd1 X-VCS-Branch: master Date: Thu, 29 Apr 2021 17:09:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c00d30dc-6572-4318-961a-4e2103f10f44 X-Archives-Hash: 70be73c2711b9a2fc246050bbbb8a101 commit: 0bbb47bb24f89ba6614b77210256c8a2d0074bd1 Author: Mikle Kolyada gentoo org> AuthorDate: Thu Apr 29 17:08:00 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Apr 29 17:08:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bbb47bb sys-auth/pam_mount: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> sys-auth/pam_mount/pam_mount-2.16-r3.ebuild | 9 +++------ sys-auth/pam_mount/pam_mount-2.17.ebuild | 9 +++------ sys-auth/pam_mount/pam_mount-2.18.ebuild | 7 ++----- 3 files changed, 8 insertions(+), 17 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 597e2da7f05..df0bd7fb125 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" diff --git a/sys-auth/pam_mount/pam_mount-2.17.ebuild b/sys-auth/pam_mount/pam_mount-2.17.ebuild index 94b7039acb8..5e97bda985c 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" diff --git a/sys-auth/pam_mount/pam_mount-2.18.ebuild b/sys-auth/pam_mount/pam_mount-2.18.ebuild index 751fa5a24f4..5e97bda985c 100644 --- a/sys-auth/pam_mount/pam_mount-2.18.ebuild +++ b/sys-auth/pam_mount/pam_mount-2.18.ebuild @@ -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"