From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D395759CA5 for ; Tue, 22 Mar 2016 00:28:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8409621C01E; Tue, 22 Mar 2016 00:27:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2914221C01E for ; Tue, 22 Mar 2016 00:27:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA40E340B19 for ; Tue, 22 Mar 2016 00:27:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1190E859 for ; Tue, 22 Mar 2016 00:27:51 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1458606461.6da0dfdec7120fdbf98ed29e13e1cd7b4473e27d.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/burp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/burp/burp-1.4.40-r1.ebuild X-VCS-Directories: app-backup/burp/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 6da0dfdec7120fdbf98ed29e13e1cd7b4473e27d X-VCS-Branch: master Date: Tue, 22 Mar 2016 00:27:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b601288b-ffe6-44ec-94ff-5250ff2b401e X-Archives-Hash: 287a00af9a90a3c0c44f3b43b59b0a27 commit: 6da0dfdec7120fdbf98ed29e13e1cd7b4473e27d Author: Anthony G. Basile gentoo org> AuthorDate: Tue Mar 22 00:27:41 2016 +0000 Commit: Anthony G. Basile gentoo 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