commit:     cda42e49857431fd35bd586118f7771277781058
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 11:58:28 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 12:24:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda42e49

dev-libs/xml-security-c: add libressl support

Package-Manager: portage-2.2.28

 dev-libs/xml-security-c/xml-security-c-1.7.3.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

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
index ed8d346..7058fa1 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,10 +14,11 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-IUSE="debug examples nss static-libs xalan"
+IUSE="debug examples libressl nss static-libs xalan"
 
 RDEPEND=">=dev-libs/xerces-c-3.1
-       dev-libs/openssl
+       !libressl? ( dev-libs/openssl:0= )
+       libressl? ( dev-libs/libressl:0= )
        nss? ( dev-libs/nss )
        xalan? ( dev-libs/xalan-c )"
 DEPEND="${RDEPEND}

Reply via email to