diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-06-13 18:15:10 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-06-13 18:20:57 +0200 |
commit | 1461449d66ff0eb7581a49115f7fb60609384f37 (patch) | |
tree | ab64397b45aeb14e7a7cfd35c9fa5ca4501d33dc /net-libs/nghttp2 | |
parent | net-libs/nghttp2: Removed old. (diff) | |
download | gentoo-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')
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.29.0.ebuild | 4 | ||||
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.31.1.ebuild | 4 | ||||
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.32.0.ebuild | 4 | ||||
-rw-r--r-- | net-libs/nghttp2/nghttp2-9999.ebuild | 6 |
4 files changed, 9 insertions, 9 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.29.0.ebuild b/net-libs/nghttp2/nghttp2-1.29.0.ebuild index 93d8d64e41f5..69ed1d8404fa 100644 --- a/net-libs/nghttp2/nghttp2-1.29.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.29.0.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? ( 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? ( diff --git a/net-libs/nghttp2/nghttp2-1.32.0.ebuild b/net-libs/nghttp2/nghttp2-1.32.0.ebuild index ffeb54eded23..f472f1d77c9e 100644 --- a/net-libs/nghttp2/nghttp2-1.32.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.32.0.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? ( 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? ( |