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 774BC59CA5 for ; Tue, 22 Mar 2016 00:24:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85E4621C00C; Tue, 22 Mar 2016 00:24:43 +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 2A52C21C00C for ; Tue, 22 Mar 2016 00:24:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4161B34068A for ; Tue, 22 Mar 2016 00:24:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABDF0859 for ; Tue, 22 Mar 2016 00:24:37 +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: <1458606286.97233afb649bf2f965e6753745b1d118125649de.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/boxbackup/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/boxbackup/boxbackup-0.11.1.ebuild X-VCS-Directories: app-backup/boxbackup/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 97233afb649bf2f965e6753745b1d118125649de X-VCS-Branch: master Date: Tue, 22 Mar 2016 00:24:37 +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: 869b8229-c9e1-4b06-aa3e-8f2718b75ae9 X-Archives-Hash: 571a42e85c0470ea40c0799190c26bfd commit: 97233afb649bf2f965e6753745b1d118125649de Author: Anthony G. Basile gentoo org> AuthorDate: Tue Mar 22 00:24:31 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Mar 22 00:24:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97233afb app-backup/boxbackup: add libressl support Package-Manager: portage-2.2.26 app-backup/boxbackup/boxbackup-0.11.1.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app-backup/boxbackup/boxbackup-0.11.1.ebuild b/app-backup/boxbackup/boxbackup-0.11.1.ebuild index 55bf9cb..f3b4419 100644 --- a/app-backup/boxbackup/boxbackup-0.11.1.ebuild +++ b/app-backup/boxbackup/boxbackup-0.11.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="2" +EAPI="5" inherit eutils user @@ -13,10 +13,11 @@ SRC_URI="http://boxbackup.org/svn/box/packages/${P/_/}.tgz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86 ~ppc-macos ~x86-macos" -IUSE="client-only" +IUSE="client-only libressl" DEPEND="sys-libs/zlib - sys-libs/db - >=dev-libs/openssl-0.9.7 + sys-libs/db:= + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) >=dev-lang/perl-5.6" RDEPEND="${DEPEND} virtual/mta"