summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-06-03 10:10:59 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-06-03 10:21:00 -0400
commit4cfe166284535448e59daa4be6bf805c5c90f2b8 (patch)
tree8a35659aef9495d7f26466835d71dfabf7b95753 /app-crypt/pesign/pesign-0.108.ebuild
parentxfce-extra/xfce4-whiskermenu-plugin: add myself as maintainer (diff)
downloadgentoo-4cfe166284535448e59daa4be6bf805c5c90f2b8.tar.gz
gentoo-4cfe166284535448e59daa4be6bf805c5c90f2b8.tar.bz2
gentoo-4cfe166284535448e59daa4be6bf805c5c90f2b8.zip
app-crypt/pesign: add libressl support
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-crypt/pesign/pesign-0.108.ebuild')
-rw-r--r--app-crypt/pesign/pesign-0.108.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-crypt/pesign/pesign-0.108.ebuild b/app-crypt/pesign/pesign-0.108.ebuild
index a17c46449a83..3189c1c7ef8c 100644
--- a/app-crypt/pesign/pesign-0.108.ebuild
+++ b/app-crypt/pesign/pesign-0.108.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,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}