commit: e700dea0568fc87d069d9b4b7d3d0057b734de18 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org> AuthorDate: Tue May 25 17:11:22 2021 +0000 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> 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 <anarchy <AT> 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] )"
