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 99A1B1382C5 for ; Tue, 25 May 2021 17:24:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAF2AE03EC; Tue, 25 May 2021 17:23:59 +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 BD512E03EC for ; Tue, 25 May 2021 17:23:59 +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 8F7F2335CEC for ; Tue, 25 May 2021 17:23:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10EF1597 for ; Tue, 25 May 2021 17:23:57 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1621962682.e700dea0568fc87d069d9b4b7d3d0057b734de18.anarchy@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: app-crypt/chntpw/ X-VCS-Repository: proj/musl X-VCS-Files: app-crypt/chntpw/chntpw-140201.ebuild X-VCS-Directories: app-crypt/chntpw/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: e700dea0568fc87d069d9b4b7d3d0057b734de18 X-VCS-Branch: master Date: Tue, 25 May 2021 17:23:57 +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: 33241108-688c-49f9-9a2f-734bcceada57 X-Archives-Hash: 9406842660f61ebf9dd0abd9b5975eba commit: e700dea0568fc87d069d9b4b7d3d0057b734de18 Author: Jory Pratt gentoo org> AuthorDate: Tue May 25 17:11:22 2021 +0000 Commit: Jory Pratt gentoo org> CommitDate: Tue May 25 17:11:22 2021 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=e700dea0 app-crypt/chntpw: remove libressl support Package-Manager: Portage-3.0.19, Repoman-3.0.2 Signed-off-by: Jory Pratt 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 5f5ecfe..1daf1b0 100644 --- a/app-crypt/chntpw/chntpw-140201.ebuild +++ b/app-crypt/chntpw/chntpw-140201.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,10 +12,9 @@ SRC_URI="http://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] )"