Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: app-crypt/chntpw/
Date: Tue, 25 May 2021 17:24:00
Message-Id: 1621962682.e700dea0568fc87d069d9b4b7d3d0057b734de18.anarchy@gentoo
1 commit: e700dea0568fc87d069d9b4b7d3d0057b734de18
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 25 17:11:22 2021 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 17:11:22 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=e700dea0
7
8 app-crypt/chntpw: remove libressl support
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.2
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 app-crypt/chntpw/chntpw-140201.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/app-crypt/chntpw/chntpw-140201.ebuild b/app-crypt/chntpw/chntpw-140201.ebuild
17 index 5f5ecfe..1daf1b0 100644
18 --- a/app-crypt/chntpw/chntpw-140201.ebuild
19 +++ b/app-crypt/chntpw/chntpw-140201.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -12,10 +12,9 @@ SRC_URI="http://pogostick.net/~pnh/ntpasswd/${PN}-source-${PV}.zip"
27 LICENSE="GPL-2 LGPL-2.1"
28 SLOT="0"
29 KEYWORDS="~amd64 ~ppc ~x86"
30 -IUSE="libressl static"
31 +IUSE="static"
32
33 -RDEPEND="!libressl? ( dev-libs/openssl:0= )
34 - libressl? ( dev-libs/libressl:0= )"
35 +RDEPEND="dev-libs/openssl:0="
36 DEPEND="${RDEPEND}
37 app-arch/unzip
38 static? ( dev-libs/openssl:0[static-libs] )"