summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-06-03 04:52:39 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-06-03 04:52:39 -0400
commite56bcaa1f42cf8d7237fb5309d011e9649001069 (patch)
treedbb63e4f0a1103aa146c0f4d08c0f0c3bc5cabee /app-crypt/chntpw
parentapp-crypt/cardpeek: add libressl support (diff)
downloadgentoo-e56bcaa1f42cf8d7237fb5309d011e9649001069.tar.gz
gentoo-e56bcaa1f42cf8d7237fb5309d011e9649001069.tar.bz2
gentoo-e56bcaa1f42cf8d7237fb5309d011e9649001069.zip
app-crypt/chntpw: add libressl support
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-crypt/chntpw')
-rw-r--r--app-crypt/chntpw/chntpw-140201.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-crypt/chntpw/chntpw-140201.ebuild b/app-crypt/chntpw/chntpw-140201.ebuild
index 97a56ace6e9e..ee1858d501ce 100644
--- a/app-crypt/chntpw/chntpw-140201.ebuild
+++ b/app-crypt/chntpw/chntpw-140201.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -13,9 +13,10 @@ SRC_URI="http://pogostick.net/~pnh/ntpasswd/${PN}-source-${PV}.zip"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="static"
+IUSE="libressl static"
-RDEPEND="dev-libs/openssl:0"
+RDEPEND="!libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )"
DEPEND="${RDEPEND}
app-arch/unzip
static? ( dev-libs/openssl:0[static-libs] )"