projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba81798
)
app-crypt/chntpw: add libressl support
author
Anthony G. Basile
<blueness@gentoo.org>
Fri, 3 Jun 2016 08:52:39 +0000
(
04:52
-0400)
committer
Anthony G. Basile
<blueness@gentoo.org>
Fri, 3 Jun 2016 08:52:39 +0000
(
04:52
-0400)
Package-Manager: portage-2.2.28
app-crypt/chntpw/chntpw-140201.ebuild
patch
|
blob
|
history
diff --git
a/app-crypt/chntpw/chntpw-140201.ebuild
b/app-crypt/chntpw/chntpw-140201.ebuild
index 97a56ace6e9ef893bcba4dd08a1012bb63bb9eae..ee1858d501cebddb31050f6fc37f6a73886831a7 100644
(file)
--- a/
app-crypt/chntpw/chntpw-140201.ebuild
+++ b/
app-crypt/chntpw/chntpw-140201.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
6
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] )"