app-crypt/pesign: add libressl support
authorAnthony G. Basile <blueness@gentoo.org>
Fri, 3 Jun 2016 14:10:59 +0000 (10:10 -0400)
committerAnthony 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

index a17c46449a831f0d093fc68d54eba9efca9bc081..3189c1c7ef8c54a970c1b9c78a85d49d2e7a7703 100644 (file)
@@ -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}