From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83588138334 for ; Thu, 18 Apr 2019 17:41:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76B2BE0C07; Thu, 18 Apr 2019 17:41:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51AF4E0C07 for ; Thu, 18 Apr 2019 17:41:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6FA7334188E for ; Thu, 18 Apr 2019 17:41:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC8FF54A for ; Thu, 18 Apr 2019 17:41:32 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1555609288.0287109596ba74e1e71c10b570ca1457e9f6c485.polynomial-c@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.38.0.ebuild X-VCS-Directories: net-libs/nghttp2/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 0287109596ba74e1e71c10b570ca1457e9f6c485 X-VCS-Branch: master Date: Thu, 18 Apr 2019 17:41:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7b29fe45-6873-441a-b548-86406ba27f4f X-Archives-Hash: c08ec5f2b3b44c48fd79c0d4ac9439d6 commit: 0287109596ba74e1e71c10b570ca1457e9f6c485 Author: Lars Wendler gentoo org> AuthorDate: Thu Apr 18 17:40:38 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Apr 18 17:41:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02871095 net-libs/nghttp2: Fixed dependency on net-libs/http-parser Package-Manager: Portage-2.3.63, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> net-libs/nghttp2/nghttp2-1.38.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/nghttp2/nghttp2-1.38.0.ebuild b/net-libs/nghttp2/nghttp2-1.38.0.ebuild index 9b47d5f44b5..633fb68774c 100644 --- a/net-libs/nghttp2/nghttp2-1.38.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.38.0.ebuild @@ -33,7 +33,7 @@ RDEPEND=" cxx? ( ${SSL_DEPEND} dev-libs/boost:=[${MULTILIB_USEDEP},threads] - >=net-libs/http-parser-2.9.1:= + >=net-libs/http-parser-2.9.1:=[${MULTILIB_USEDEP}] ) hpack-tools? ( >=dev-libs/jansson-2.5