summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-01-20 14:24:03 +0100
committerJustin Lecher <jlec@gentoo.org>2016-01-20 14:24:25 +0100
commit59fb2bb975451ccccf8af42fb8c3d8b7e8b47092 (patch)
tree45c8b148f95146f10eca101ebe4616fb96151a55 /net-libs/nghttp2/nghttp2-1.0.5.ebuild
parentapp-admin/mongo-tools: drop old (diff)
downloadgentoo-59fb2bb975451ccccf8af42fb8c3d8b7e8b47092.tar.gz
gentoo-59fb2bb975451ccccf8af42fb8c3d8b7e8b47092.tar.bz2
gentoo-59fb2bb975451ccccf8af42fb8c3d8b7e8b47092.zip
net-libs/nghttp2: Set SLOT operators
Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-libs/nghttp2/nghttp2-1.0.5.ebuild')
-rw-r--r--net-libs/nghttp2/nghttp2-1.0.5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.0.5.ebuild b/net-libs/nghttp2/nghttp2-1.0.5.ebuild
index aef686ed5319..3bacabf61339 100644
--- a/net-libs/nghttp2/nghttp2-1.0.5.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -24,7 +24,7 @@ SLOT="0/1.14" # <C++>.<C> SONAMEs
IUSE="cxx debug hpack-tools jemalloc static-libs test +threads utils xml"
RDEPEND="
- cxx? ( dev-libs/boost[${MULTILIB_USEDEP},threads] )
+ cxx? ( dev-libs/boost:=[${MULTILIB_USEDEP},threads] )
hpack-tools? ( >=dev-libs/jansson-2.5 )
jemalloc? ( dev-libs/jemalloc )
utils? (
@@ -32,7 +32,7 @@ RDEPEND="
>=dev-libs/openssl-1.0.2[-bindist]
>=sys-libs/zlib-1.2.3
)
- xml? ( >=dev-libs/libxml2-2.7.7 )"
+ xml? ( >=dev-libs/libxml2-2.7.7:2 )"
DEPEND="${RDEPEND}
virtual/pkgconfig
test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"