diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 19:25:24 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 19:40:47 +0300 |
commit | b2f08fb15b42b5f1d6a468be45db9c818851a6d7 (patch) | |
tree | 7b9abc2f2aa2e12cb20aaceec176fc0562a752e9 /app-crypt/chntpw | |
parent | sys-kernel/gentoo-sources: Linux 5.4.116,5.10.34,5.11.18 + genpatches (diff) | |
download | gentoo-b2f08fb15b42b5f1d6a468be45db9c818851a6d7.tar.gz gentoo-b2f08fb15b42b5f1d6a468be45db9c818851a6d7.tar.bz2 gentoo-b2f08fb15b42b5f1d6a468be45db9c818851a6d7.zip |
app-crypt/chntpw: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-crypt/chntpw')
-rw-r--r-- | app-crypt/chntpw/chntpw-140201.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-crypt/chntpw/chntpw-140201.ebuild b/app-crypt/chntpw/chntpw-140201.ebuild index 2f7012a6fa98..9e452d567995 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] )" |