summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-backup/burp/burp-1.4.34.ebuild')
-rw-r--r--app-backup/burp/burp-1.4.34.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-backup/burp/burp-1.4.34.ebuild b/app-backup/burp/burp-1.4.34.ebuild
index a0eac487f509..e4da6c6bb311 100644
--- a/app-backup/burp/burp-1.4.34.ebuild
+++ b/app-backup/burp/burp-1.4.34.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="acl afs ipv6 nls ssl tcpd xattr"
+IUSE="acl afs ipv6 nls tcpd xattr"
DEPEND="
dev-libs/openssl:0
@@ -54,7 +54,6 @@ src_configure() {
--sbindir=/usr/sbin
--sysconfdir=/etc/burp
--enable-largefile
- $(use_with ssl openssl)
$(use_enable acl)
$(use_enable afs)
$(use_enable ipv6)
@@ -85,7 +84,7 @@ src_install() {
}
pkg_postinst() {
- if use ssl && [ ! -e /etc/burp/CA/index.txt ]; then
+ if [[ ! -e /etc/burp/CA/index.txt ]]; then
elog "At first run burp server will generate DH parameters and SSL"
elog "certificates. You should adjust configuration before."
elog "Server configuration is located at"