summaryrefslogtreecommitdiff
path: root/app-crypt/chntpw
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-04 22:28:33 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-04 22:28:33 +0100
commita978c074e4272bb901fbe4a10de0a7b2af574f17 (patch)
tree8c764c1cc0576389ce22abd317bceba71ea5732d /app-crypt/chntpw
parent40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (diff)
gentoo resync : 04.05.2021
Diffstat (limited to 'app-crypt/chntpw')
-rw-r--r--app-crypt/chntpw/Manifest2
-rw-r--r--app-crypt/chntpw/chntpw-140201.ebuild7
2 files changed, 4 insertions, 5 deletions
diff --git a/app-crypt/chntpw/Manifest b/app-crypt/chntpw/Manifest
index 72e7605afe2e..c0fd8fc5f0b7 100644
--- a/app-crypt/chntpw/Manifest
+++ b/app-crypt/chntpw/Manifest
@@ -1,3 +1,3 @@
DIST chntpw-source-140201.zip 1404098 BLAKE2B 86c93861983613496fcd82879a5b000537d4a7ee2add466aa26c67feabefdb5363f610234f99615139997a04aedb448468ef8b29cc6c4bf49b2e295f41308644 SHA512 a26d747f6e077d1bb3e9b8077781f8c37dd978e07b7426495862f15c9004572b706c34736fc4d1ed8856b1a43335d726b4d87c688f7f9a11fd6cc3a74d71a7fa
-EBUILD chntpw-140201.ebuild 1042 BLAKE2B 334226c57e2f0bcf26f3907b936cc12a2bb885792c4480d4a55b1e83fea77c9a0bc48ac8eaad9c723ecb300bab1402b80a4e210a812c16d6e7b3280566bd2b37 SHA512 333679b3725aa63551a48a71fe5e29b3e9e1e20a519ee40d81c3b623c96716c0f9576533a4b715e134f28a22c56b449fee222331c1181f4a977b19827148eb6f
+EBUILD chntpw-140201.ebuild 982 BLAKE2B 86020bf5ff92813cad215a8c176acc0200210df989fa2d6e02203d803c6a3ae2fc14e7d462d8eeba74f4cad6e2d599d562a48f4d54de99d602bb835a87040155 SHA512 529292d8b615ca2fc92e57cd503ad36bc310130d16057c0119dc482258527e1196cb09999d907636818e73eaeef2e4000c3c4767271cc31317c7b4594cd35582
MISC metadata.xml 245 BLAKE2B 1564b4d8e674e807191dcc857c12585eaf336e3418e110853e311b2851b382ca8931b46a96230677251bf3784004879d8498cae2dae11c9289f4a8606dfa5d7f SHA512 bd2ae86e550344a79551fe0383e4625d28ca6fad675d84c66fc5b22ed7fe3afbfc2b4d6a7b1a5d02f6efbc56950b8295270a3dba8a1e7e51fde80a370d0c868a
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] )"