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-1.31.1.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-1.31.1.ebuild')
-rw-r--r--net-libs/nghttp2/nghttp2-1.31.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.31.1.ebuild b/net-libs/nghttp2/nghttp2-1.31.1.ebuild
index 1ae84fd36963..ac0d0710a826 100644
--- a/net-libs/nghttp2/nghttp2-1.31.1.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.31.1.ebuild
@@ -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? (