commit:     6da0dfdec7120fdbf98ed29e13e1cd7b4473e27d
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 00:27:41 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 00:27:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da0dfde

app-backup/burp: add libressl support

Package-Manager: portage-2.2.26

 app-backup/burp/burp-1.4.40-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-backup/burp/burp-1.4.40-r1.ebuild 
b/app-backup/burp/burp-1.4.40-r1.ebuild
index edfa6af..ee25ec9 100644
--- a/app-backup/burp/burp-1.4.40-r1.ebuild
+++ b/app-backup/burp/burp-1.4.40-r1.ebuild
@@ -14,10 +14,11 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
 LICENSE="AGPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="acl afs ipv6 nls tcpd xattr"
+IUSE="acl afs ipv6 libressl nls tcpd xattr"
 
 DEPEND="
-       dev-libs/openssl:0
+       !libressl? ( dev-libs/openssl:0= )
+       libressl? ( dev-libs/libressl:0= )
        dev-libs/uthash
        sys-libs/libcap
        <net-libs/librsync-2.0

Reply via email to