From 39a61715914741c0393710b76cafb8a402dee47f Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Mon, 21 Mar 2016 19:19:57 -0400 Subject: app-backup/tarsnap: add libressl support Package-Manager: portage-2.2.26 --- app-backup/tarsnap/tarsnap-1.0.35.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'app-backup') diff --git a/app-backup/tarsnap/tarsnap-1.0.35.ebuild b/app-backup/tarsnap/tarsnap-1.0.35.ebuild index 375c60a3cbb0..d11f2f6430be 100644 --- a/app-backup/tarsnap/tarsnap-1.0.35.ebuild +++ b/app-backup/tarsnap/tarsnap-1.0.35.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 DESCRIPTION="Online backups for the truly paranoid" HOMEPAGE="http://www.tarsnap.com/" @@ -11,9 +11,11 @@ SRC_URI="https://www.tarsnap.com/download/${PN}-autoconf-${PV}.tgz" LICENSE="tarsnap" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="acl bzip2 lzma cpu_flags_x86_sse2 xattr" +IUSE="acl bzip2 libressl lzma cpu_flags_x86_sse2 xattr" -RDEPEND="dev-libs/openssl:0 +RDEPEND=" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) sys-libs/e2fsprogs-libs sys-libs/zlib acl? ( sys-apps/acl ) -- cgit v1.2.3-65-gdbad