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 0A5E01382C5 for ; Sat, 1 May 2021 10:14:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4690DE0D08; Sat, 1 May 2021 10:14:23 +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 2BD19E0D08 for ; Sat, 1 May 2021 10:14:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DB22D340952 for ; Sat, 1 May 2021 10:14:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D4FE73A for ; Sat, 1 May 2021 10:14:20 +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: <1619864035.2fc9ca8ea858de50c5eec3732d71539ddc47b759.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ucspi-ssl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/ucspi-ssl/ucspi-ssl-0.99e.ebuild X-VCS-Directories: sys-apps/ucspi-ssl/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 2fc9ca8ea858de50c5eec3732d71539ddc47b759 X-VCS-Branch: master Date: Sat, 1 May 2021 10:14:20 +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: a047055a-4eb3-4ec2-9fa8-e406ecaa0bfb X-Archives-Hash: 6cc8cca020191df96a331d41d3d523cc commit: 2fc9ca8ea858de50c5eec3732d71539ddc47b759 Author: Mikle Kolyada gentoo org> AuthorDate: Sat May 1 10:13:55 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat May 1 10:13:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fc9ca8e sys-apps/ucspi-ssl: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> sys-apps/ucspi-ssl/ucspi-ssl-0.99e.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys-apps/ucspi-ssl/ucspi-ssl-0.99e.ebuild b/sys-apps/ucspi-ssl/ucspi-ssl-0.99e.ebuild index 8b033c331a3..d6906bf0ff1 100644 --- a/sys-apps/ucspi-ssl/ucspi-ssl-0.99e.ebuild +++ b/sys-apps/ucspi-ssl/ucspi-ssl-0.99e.ebuild @@ -12,11 +12,10 @@ SRC_URI="https://www.fehcom.de/ipnet/ucspi-ssl/${P}.tgz" LICENSE="public-domain" SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~s390 sparc x86" -IUSE="bindist perl libressl" +IUSE="bindist perl" DEPEND=" - libressl? ( dev-libs/libressl:0= ) - !libressl? ( dev-libs/openssl:0=[bindist=] ) + dev-libs/openssl:0=[bindist=] perl? ( dev-lang/perl:= )" RDEPEND="${DEPEND} sys-apps/ucspi-tcp"