summaryrefslogtreecommitdiff
path: root/app-admin/mongo-tools/mongo-tools-3.4.7.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-13 21:03:07 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-13 21:03:07 +0100
commit8fbd420dce8836e6503b162092e07b6a77a89f1d (patch)
tree071c621ef44d7c1b24a430ac7671d68963b5a4cf /app-admin/mongo-tools/mongo-tools-3.4.7.ebuild
parent12d78242dec4f785d0a0bfb1c00eee2d8996c53b (diff)
gentoo resync : 13.10.2017
Diffstat (limited to 'app-admin/mongo-tools/mongo-tools-3.4.7.ebuild')
-rw-r--r--app-admin/mongo-tools/mongo-tools-3.4.7.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/app-admin/mongo-tools/mongo-tools-3.4.7.ebuild b/app-admin/mongo-tools/mongo-tools-3.4.7.ebuild
index eb6528eb5fb8..01dd107aa1f7 100644
--- a/app-admin/mongo-tools/mongo-tools-3.4.7.ebuild
+++ b/app-admin/mongo-tools/mongo-tools-3.4.7.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 libressl"
+IUSE="sasl ssl"
# Maintainer note:
# openssl DEPEND constraint, see:
@@ -26,10 +26,7 @@ DEPEND="${RDEPEND}
dev-lang/go:=
net-libs/libpcap
sasl? ( dev-libs/cyrus-sasl )
- ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- )"
+ ssl? ( dev-libs/openssl:0= )"
S=${WORKDIR}/${MY_P}