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: app-crypt/af_alg/
Date: Fri, 03 Jun 2016 08:41:44
Message-Id: 1464943401.0117cd05345186d10489d41b5e5371df3a043045.blueness@gentoo
1 commit: 0117cd05345186d10489d41b5e5371df3a043045
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 3 08:43:21 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 08:43:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0117cd05
7
8 app-crypt/af_alg: add libressl support
9
10 Package-Manager: portage-2.2.28
11
12 app-crypt/af_alg/af_alg-0_pre20120229.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/app-crypt/af_alg/af_alg-0_pre20120229.ebuild b/app-crypt/af_alg/af_alg-0_pre20120229.ebuild
16 index fbf16e4..4c5e24b 100644
17 --- a/app-crypt/af_alg/af_alg-0_pre20120229.ebuild
18 +++ b/app-crypt/af_alg/af_alg-0_pre20120229.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2013 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -17,9 +17,10 @@ SRC_URI="http://src.carnivore.it/users/common/af_alg/snapshot/${MY_P}.tar.gz"
26 LICENSE="openssl"
27 SLOT="0"
28 KEYWORDS="~amd64 ~x86"
29 -IUSE=""
30 +IUSE="libressl"
31
32 -DEPEND="dev-libs/openssl"
33 +DEPEND="!libressl? ( dev-libs/openssl:0= )
34 + libressl? ( dev-libs/libressl:0= )"
35 RDEPEND="${DEPEND}"
36
37 S="${WORKDIR}/${MY_P}"