Skip to content

Commit

Permalink
app-admin/mongo-tools: add libressl support to latest version
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.3
  • Loading branch information
blueness committed Mar 3, 2017
1 parent 8c27b3f commit b7f4a0c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app-admin/mongo-tools/mongo-tools-3.4.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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}

Expand Down

0 comments on commit b7f4a0c

Please sign in to comment.