summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-03-21 20:27:41 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-03-21 20:27:41 -0400
commit6da0dfdec7120fdbf98ed29e13e1cd7b4473e27d (patch)
treeda6f6e4a77967b87c6414baa0124444efe5fd289 /app-backup
parentapp-backup/boxbackup: add libressl support (diff)
downloadgentoo-6da0dfdec7120fdbf98ed29e13e1cd7b4473e27d.tar.gz
gentoo-6da0dfdec7120fdbf98ed29e13e1cd7b4473e27d.tar.bz2
gentoo-6da0dfdec7120fdbf98ed29e13e1cd7b4473e27d.zip
app-backup/burp: add libressl support
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/burp/burp-1.4.40-r1.ebuild5
1 files 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 edfa6afd52b2..ee25ec9e54af 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