Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/tinc/
Date: Mon, 25 Apr 2016 10:58:12
Message-Id: 1461581888.af901b9f59668d71c48a7d8701ba10d9ff09f61c.blueness@gentoo
1 commit: af901b9f59668d71c48a7d8701ba10d9ff09f61c
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 25 10:58:08 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 25 10:58:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af901b9f
7
8 net-misc/tinc: add libressl support to 1.0.28
9
10 Package-Manager: portage-2.2.26
11
12 net-misc/tinc/tinc-1.0.28.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/tinc/tinc-1.0.28.ebuild b/net-misc/tinc/tinc-1.0.28.ebuild
16 index ec2b902..539bcf9 100644
17 --- a/net-misc/tinc/tinc-1.0.28.ebuild
18 +++ b/net-misc/tinc/tinc-1.0.28.ebuild
19 @@ -12,9 +12,11 @@ SRC_URI="http://www.tinc-vpn.org/packages/${P}.tar.gz"
20 LICENSE="GPL-2"
21 SLOT="0"
22 KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
23 -IUSE="+lzo uml vde +zlib"
24 +IUSE="libressl +lzo uml vde +zlib"
25
26 -DEPEND="dev-libs/openssl:=
27 +DEPEND="
28 + !libressl? ( dev-libs/openssl:0= )
29 + libressl? ( dev-libs/libressl:0= )
30 lzo? ( dev-libs/lzo:2 )
31 zlib? ( sys-libs/zlib )"
32 RDEPEND="${DEPEND}