diff options
author | William <William@undefined.re> | 2016-10-21 14:58:58 +0200 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2016-11-01 21:16:30 +0100 |
commit | 456feb1ef089f56c12867b79b96f44a09ee028f9 (patch) | |
tree | 30af1b5bb6624f8359f0714256baf3a967ecbe5b /dev-util/cargo | |
parent | dev-vcs/mercurial: version bump to 4.0 (diff) | |
download | gentoo-456feb1ef089f56c12867b79b96f44a09ee028f9.tar.gz gentoo-456feb1ef089f56c12867b79b96f44a09ee028f9.tar.bz2 gentoo-456feb1ef089f56c12867b79b96f44a09ee028f9.zip |
dev-util/cargo-0.13.0-r1: add libressl support
Diffstat (limited to 'dev-util/cargo')
-rw-r--r-- | dev-util/cargo/cargo-0.13.0-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/cargo/cargo-0.13.0-r1.ebuild b/dev-util/cargo/cargo-0.13.0-r1.ebuild index 5f123869ce85..c6a5f05bec40 100644 --- a/dev-util/cargo/cargo-0.13.0-r1.ebuild +++ b/dev-util/cargo/cargo-0.13.0-r1.ebuild @@ -97,10 +97,11 @@ LICENSE="|| ( MIT Apache-2.0 )" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc" +IUSE="doc libressl" COMMON_DEPEND="sys-libs/zlib - dev-libs/openssl:0= + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) net-libs/libssh2 net-libs/http-parser" RDEPEND="${COMMON_DEPEND} |