summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-06-26 07:58:28 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-06-26 08:24:35 -0400
commitcda42e49857431fd35bd586118f7771277781058 (patch)
tree5c8b943aa60385565b415562d0a4eafeecc2a89a /dev-libs/xml-security-c/xml-security-c-1.7.3.ebuild
parentdev-libs/ucommon: add libressl support (diff)
downloadgentoo-cda42e49857431fd35bd586118f7771277781058.tar.gz
gentoo-cda42e49857431fd35bd586118f7771277781058.tar.bz2
gentoo-cda42e49857431fd35bd586118f7771277781058.zip
dev-libs/xml-security-c: add libressl support
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-libs/xml-security-c/xml-security-c-1.7.3.ebuild')
-rw-r--r--dev-libs/xml-security-c/xml-security-c-1.7.3.ebuild7
1 files 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 ed8d346c41a9..7058fa18d4d4 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}