diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-06-25 19:50:47 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-06-25 19:50:47 -0400 |
commit | 750ffffada1f0e2bee737b122c34671cbb483958 (patch) | |
tree | 6a6e4799d714c475e706946f540759ce43796851 /dev-libs/mongo-cxx-driver/mongo-cxx-driver-1.0.0.ebuild | |
parent | dev-libs/mongo-c-driver: add libressl support (diff) | |
download | gentoo-750ffffada1f0e2bee737b122c34671cbb483958.tar.gz gentoo-750ffffada1f0e2bee737b122c34671cbb483958.tar.bz2 gentoo-750ffffada1f0e2bee737b122c34671cbb483958.zip |
dev-libs/mongo-cxx-driver: add libressl support
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-libs/mongo-cxx-driver/mongo-cxx-driver-1.0.0.ebuild')
-rw-r--r-- | dev-libs/mongo-cxx-driver/mongo-cxx-driver-1.0.0.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/mongo-cxx-driver/mongo-cxx-driver-1.0.0.ebuild b/dev-libs/mongo-cxx-driver/mongo-cxx-driver-1.0.0.ebuild index 35a03e3352bc..f87a418a2e10 100644 --- a/dev-libs/mongo-cxx-driver/mongo-cxx-driver-1.0.0.ebuild +++ b/dev-libs/mongo-cxx-driver/mongo-cxx-driver-1.0.0.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,12 +14,15 @@ SRC_URI="https://github.com/mongodb/${PN}/archive/legacy-${PV}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="debug sasl ssl static-libs" +IUSE="debug libressl sasl ssl static-libs" RDEPEND="!dev-db/tokumx >=dev-libs/boost-1.50[threads(+)] sasl? ( dev-libs/cyrus-sasl ) - ssl? ( dev-libs/openssl:= )" + ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + )" DEPEND="${RDEPEND}" # Maintainer notes |