From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8115158973 for ; Wed, 20 Jan 2016 13:24:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 871B921C00E; Wed, 20 Jan 2016 13:24:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18D7921C00E for ; Wed, 20 Jan 2016 13:24:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD043340A23 for ; Wed, 20 Jan 2016 13:24:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF960CF3 for ; Wed, 20 Jan 2016 13:24:27 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1453296265.59fb2bb975451ccccf8af42fb8c3d8b7e8b47092.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/nghttp2/nghttp2-1.0.5.ebuild net-libs/nghttp2/nghttp2-1.5.0.ebuild net-libs/nghttp2/nghttp2-1.6.0.ebuild net-libs/nghttp2/nghttp2-9999.ebuild X-VCS-Directories: net-libs/nghttp2/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 59fb2bb975451ccccf8af42fb8c3d8b7e8b47092 X-VCS-Branch: master Date: Wed, 20 Jan 2016 13:24:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f8366ed4-2f30-4602-97e2-31263c602903 X-Archives-Hash: dc240a246228edb59bdf6bdb35245af4 commit: 59fb2bb975451ccccf8af42fb8c3d8b7e8b47092 Author: Justin Lecher gentoo org> AuthorDate: Wed Jan 20 13:24:03 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Jan 20 13:24:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59fb2bb9 net-libs/nghttp2: Set SLOT operators Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> net-libs/nghttp2/nghttp2-1.0.5.ebuild | 6 +++--- net-libs/nghttp2/nghttp2-1.5.0.ebuild | 6 +++--- net-libs/nghttp2/nghttp2-1.6.0.ebuild | 6 +++--- net-libs/nghttp2/nghttp2-9999.ebuild | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/net-libs/nghttp2/nghttp2-1.0.5.ebuild b/net-libs/nghttp2/nghttp2-1.0.5.ebuild index aef686e..3bacabf 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" # . 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}] )" diff --git a/net-libs/nghttp2/nghttp2-1.5.0.ebuild b/net-libs/nghttp2/nghttp2-1.5.0.ebuild index 918c6da..776f0f6 100644 --- a/net-libs/nghttp2/nghttp2-1.5.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.5.0.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" # . SONAMEs IUSE="cxx debug hpack-tools jemalloc libressl 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? ( @@ -33,7 +33,7 @@ RDEPEND=" libressl? ( dev-libs/libressl ) >=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}] )" diff --git a/net-libs/nghttp2/nghttp2-1.6.0.ebuild b/net-libs/nghttp2/nghttp2-1.6.0.ebuild index 0cec6ac..118731f 100644 --- a/net-libs/nghttp2/nghttp2-1.6.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.6.0.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" # . SONAMEs IUSE="cxx debug hpack-tools jemalloc libressl 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? ( @@ -33,7 +33,7 @@ RDEPEND=" libressl? ( dev-libs/libressl ) >=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}] )" diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild index 918c6da..776f0f6 100644 --- a/net-libs/nghttp2/nghttp2-9999.ebuild +++ b/net-libs/nghttp2/nghttp2-9999.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" # . SONAMEs IUSE="cxx debug hpack-tools jemalloc libressl 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? ( @@ -33,7 +33,7 @@ RDEPEND=" libressl? ( dev-libs/libressl ) >=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}] )"