commit: 4cfe166284535448e59daa4be6bf805c5c90f2b8 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Fri Jun 3 14:10:59 2016 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Fri Jun 3 14:21:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cfe1662
app-crypt/pesign: add libressl support Package-Manager: portage-2.2.28 app-crypt/pesign/pesign-0.108.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app-crypt/pesign/pesign-0.108.ebuild b/app-crypt/pesign/pesign-0.108.ebuild index a17c464..3189c1c 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}
