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: dev-libs/xml-security-c/
Date: Sun, 26 Jun 2016 12:22:05
Message-Id: 1466943875.cda42e49857431fd35bd586118f7771277781058.blueness@gentoo
1 commit: cda42e49857431fd35bd586118f7771277781058
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 11:58:28 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 12:24:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda42e49
7
8 dev-libs/xml-security-c: add libressl support
9
10 Package-Manager: portage-2.2.28
11
12 dev-libs/xml-security-c/xml-security-c-1.7.3.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-libs/xml-security-c/xml-security-c-1.7.3.ebuild b/dev-libs/xml-security-c/xml-security-c-1.7.3.ebuild
16 index ed8d346..7058fa1 100644
17 --- a/dev-libs/xml-security-c/xml-security-c-1.7.3.ebuild
18 +++ b/dev-libs/xml-security-c/xml-security-c-1.7.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -14,10 +14,11 @@ LICENSE="Apache-2.0"
26 SLOT="0"
27 KEYWORDS="~amd64 ~x86"
28
29 -IUSE="debug examples nss static-libs xalan"
30 +IUSE="debug examples libressl nss static-libs xalan"
31
32 RDEPEND=">=dev-libs/xerces-c-3.1
33 - dev-libs/openssl
34 + !libressl? ( dev-libs/openssl:0= )
35 + libressl? ( dev-libs/libressl:0= )
36 nss? ( dev-libs/nss )
37 xalan? ( dev-libs/xalan-c )"
38 DEPEND="${RDEPEND}