projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a2d1a8
)
app-crypt/pesign: add libressl support
author
Anthony G. Basile
<blueness@gentoo.org>
Fri, 3 Jun 2016 14:10:59 +0000
(10:10 -0400)
committer
Anthony G. Basile
<blueness@gentoo.org>
Fri, 3 Jun 2016 14:21:00 +0000
(10:21 -0400)
Package-Manager: portage-2.2.28
app-crypt/pesign/pesign-0.108.ebuild
patch
|
blob
|
history
diff --git
a/app-crypt/pesign/pesign-0.108.ebuild
b/app-crypt/pesign/pesign-0.108.ebuild
index a17c46449a831f0d093fc68d54eba9efca9bc081..3189c1c7ef8c54a970c1b9c78a85d49d2e7a7703 100644
(file)
--- a/
app-crypt/pesign/pesign-0.108.ebuild
+++ b/
app-crypt/pesign/pesign-0.108.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,11
+13,12
@@
SRC_URI="https://github.com/vathpela/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="
libressl
"
RDEPEND="
dev-libs/nspr
- dev-libs/openssl:0
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
sys-apps/util-linux
"
DEPEND="${RDEPEND}