summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2018-06-13 18:15:10 +0200
committerLars Wendler <polynomial-c@gentoo.org>2018-06-13 18:20:57 +0200
commit1461449d66ff0eb7581a49115f7fb60609384f37 (patch)
treeab64397b45aeb14e7a7cfd35c9fa5ca4501d33dc /net-libs/nghttp2/nghttp2-9999.ebuild
parentnet-libs/nghttp2: Removed old. (diff)
downloadgentoo-1461449d66ff0eb7581a49115f7fb60609384f37.tar.gz
gentoo-1461449d66ff0eb7581a49115f7fb60609384f37.tar.bz2
gentoo-1461449d66ff0eb7581a49115f7fb60609384f37.zip
net-libs/nghttp2: Added sub-slot dep to ssl packages.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-libs/nghttp2/nghttp2-9999.ebuild')
-rw-r--r--net-libs/nghttp2/nghttp2-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild
index 7df2072eee13..31d1de9f15bf 100644
--- a/net-libs/nghttp2/nghttp2-9999.ebuild
+++ b/net-libs/nghttp2/nghttp2-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# TODO: Add python support.
@@ -23,8 +23,8 @@ SLOT="0/1.14" # <C++>.<C> SONAMEs
IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils xml"
SSL_DEPEND="
- !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] )
- libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
+ !libressl? ( >=dev-libs/openssl-1.0.2:0=[-bindist,${MULTILIB_USEDEP}] )
+ libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
"
RDEPEND="
cxx? (