summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2017-03-03 08:49:23 -0500
committerAnthony G. Basile <blueness@gentoo.org>2017-03-03 08:49:23 -0500
commitb7f4a0c9380392e771cf06e2cb426b4d2238cd56 (patch)
treeb9d152f1171a17a0342cad4d93edaf4cb4493754 /app-admin
parentRestore previously dropped upstream Id keywords from CVS history. (diff)
downloadgentoo-b7f4a0c9380392e771cf06e2cb426b4d2238cd56.tar.gz
gentoo-b7f4a0c9380392e771cf06e2cb426b4d2238cd56.tar.bz2
gentoo-b7f4a0c9380392e771cf06e2cb426b4d2238cd56.zip
app-admin/mongo-tools: add libressl support to latest version
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/mongo-tools/mongo-tools-3.4.2.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/app-admin/mongo-tools/mongo-tools-3.4.2.ebuild b/app-admin/mongo-tools/mongo-tools-3.4.2.ebuild
index 1978809739ac..c631cc6fb835 100644
--- a/app-admin/mongo-tools/mongo-tools-3.4.2.ebuild
+++ b/app-admin/mongo-tools/mongo-tools-3.4.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/mongodb/mongo-tools/archive/r${MY_PV}.tar.gz -> mong
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="sasl ssl"
+IUSE="sasl ssl libressl"
# Maintainer note:
# openssl DEPEND constraint, see:
@@ -26,7 +26,10 @@ DEPEND="${RDEPEND}
dev-lang/go:=
net-libs/libpcap
sasl? ( dev-libs/cyrus-sasl )
- ssl? ( dev-libs/openssl )"
+ ssl? (
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
+ )"
S=${WORKDIR}/${MY_P}