From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-878262-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5AF23138206 for <garchives@archives.gentoo.org>; Mon, 25 Apr 2016 10:58:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AD5EE086A; Mon, 25 Apr 2016 10:58:11 +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 3B991E086A for <gentoo-commits@lists.gentoo.org>; Mon, 25 Apr 2016 10:58:11 +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 0D39D340A7B for <gentoo-commits@lists.gentoo.org>; Mon, 25 Apr 2016 10:58:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 464CAD6 for <gentoo-commits@lists.gentoo.org>; Mon, 25 Apr 2016 10:58:05 +0000 (UTC) From: "Anthony G. Basile" <blueness@gentoo.org> 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" <blueness@gentoo.org> Message-ID: <1461581888.af901b9f59668d71c48a7d8701ba10d9ff09f61c.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/tinc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/tinc/tinc-1.0.28.ebuild X-VCS-Directories: net-misc/tinc/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: af901b9f59668d71c48a7d8701ba10d9ff09f61c X-VCS-Branch: master Date: Mon, 25 Apr 2016 10:58:05 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 152c3bce-94e8-44f8-919e-4dc9cbb292ad X-Archives-Hash: 2b696000f7827031234c282c20a4fb3a commit: af901b9f59668d71c48a7d8701ba10d9ff09f61c Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Mon Apr 25 10:58:08 2016 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Mon Apr 25 10:58:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af901b9f net-misc/tinc: add libressl support to 1.0.28 Package-Manager: portage-2.2.26 net-misc/tinc/tinc-1.0.28.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net-misc/tinc/tinc-1.0.28.ebuild b/net-misc/tinc/tinc-1.0.28.ebuild index ec2b902..539bcf9 100644 --- a/net-misc/tinc/tinc-1.0.28.ebuild +++ b/net-misc/tinc/tinc-1.0.28.ebuild @@ -12,9 +12,11 @@ SRC_URI="http://www.tinc-vpn.org/packages/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="+lzo uml vde +zlib" +IUSE="libressl +lzo uml vde +zlib" -DEPEND="dev-libs/openssl:= +DEPEND=" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) lzo? ( dev-libs/lzo:2 ) zlib? ( sys-libs/zlib )" RDEPEND="${DEPEND}