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 4D9181382C5 for ; Sun, 2 May 2021 16:40:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 993D4E08CD; Sun, 2 May 2021 16:40:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 842F9E08CD for ; Sun, 2 May 2021 16:40:55 +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 609A4340C69 for ; Sun, 2 May 2021 16:40:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4C6B643 for ; Sun, 2 May 2021 16:40:52 +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: <1619973647.b2f08fb15b42b5f1d6a468be45db9c818851a6d7.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/chntpw/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/chntpw/chntpw-140201.ebuild X-VCS-Directories: app-crypt/chntpw/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: b2f08fb15b42b5f1d6a468be45db9c818851a6d7 X-VCS-Branch: master Date: Sun, 2 May 2021 16:40:52 +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: 6adde75a-1d0b-4e3a-9200-c1df9861d81f X-Archives-Hash: e520bb86e2f9f267738b65be85740a2b commit: b2f08fb15b42b5f1d6a468be45db9c818851a6d7 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 16:25:24 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 16:40:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f08fb1 app-crypt/chntpw: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> app-crypt/chntpw/chntpw-140201.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app-crypt/chntpw/chntpw-140201.ebuild b/app-crypt/chntpw/chntpw-140201.ebuild index 2f7012a6fa9..9e452d56799 100644 --- a/app-crypt/chntpw/chntpw-140201.ebuild +++ b/app-crypt/chntpw/chntpw-140201.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 @@ -12,10 +12,9 @@ SRC_URI="https://pogostick.net/~pnh/ntpasswd/${PN}-source-${PV}.zip" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="libressl static" +IUSE="static" -RDEPEND="!libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= )" +RDEPEND="dev-libs/openssl:0=" DEPEND="${RDEPEND} app-arch/unzip static? ( dev-libs/openssl:0[static-libs] )"