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 1EA21138334 for ; Wed, 12 Jun 2019 08:47:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8AB8E091A; Wed, 12 Jun 2019 08:47:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C4D16E091A for ; Wed, 12 Jun 2019 08:47:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A0227345F15 for ; Wed, 12 Jun 2019 08:47:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E92D61C for ; Wed, 12 Jun 2019 08:47:52 +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: <1560329258.7a952f587b48ac39e03773d8146530960d5864ca.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.39.1.ebuild net-libs/nghttp2/nghttp2-9999.ebuild X-VCS-Directories: net-libs/nghttp2/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 7a952f587b48ac39e03773d8146530960d5864ca X-VCS-Branch: master Date: Wed, 12 Jun 2019 08:47:52 +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: c0eb608f-5586-4f16-8b8b-a977a1e27bf8 X-Archives-Hash: 44c93460fccd40395c82935828080836 commit: 7a952f587b48ac39e03773d8146530960d5864ca Author: Lars Wendler gentoo org> AuthorDate: Wed Jun 12 08:07:45 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Jun 12 08:47:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a952f58 net-libs/nghttp2: Minor adjustments Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Lars Wendler gentoo.org> net-libs/nghttp2/nghttp2-1.39.1.ebuild | 13 +++++-------- net-libs/nghttp2/nghttp2-9999.ebuild | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/net-libs/nghttp2/nghttp2-1.39.1.ebuild b/net-libs/nghttp2/nghttp2-1.39.1.ebuild index 970e71d4a99..92ac11a357a 100644 --- a/net-libs/nghttp2/nghttp2-1.39.1.ebuild +++ b/net-libs/nghttp2/nghttp2-1.39.1.ebuild @@ -5,14 +5,14 @@ EAPI=7 -inherit autotools multilib-minimal +inherit multilib-minimal if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/nghttp2/nghttp2.git" - inherit git-r3 + inherit autotools git-r3 else SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd" fi DESCRIPTION="HTTP/2 C Library" @@ -31,10 +31,7 @@ RDEPEND=" ${SSL_DEPEND} dev-libs/boost:=[${MULTILIB_USEDEP},threads] ) - hpack-tools? ( - >=dev-libs/jansson-2.5 - >=net-libs/http-parser-2.9.1:= - ) + hpack-tools? ( >=dev-libs/jansson-2.5 ) jemalloc? ( dev-libs/jemalloc[${MULTILIB_USEDEP}] ) utils? ( ${SSL_DEPEND} @@ -49,7 +46,7 @@ DEPEND="${RDEPEND} src_prepare() { default - eautoreconf + [[ ${PV} == 9999 ]] && eautoreconf } multilib_src_configure() { diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild index 0950bfb1def..92ac11a357a 100644 --- a/net-libs/nghttp2/nghttp2-9999.ebuild +++ b/net-libs/nghttp2/nghttp2-9999.ebuild @@ -53,9 +53,9 @@ multilib_src_configure() { local myeconfargs=( --disable-examples --disable-failmalloc + --disable-python-bindings --disable-werror --without-cython - --disable-python-bindings $(use_enable cxx asio-lib) $(use_enable debug) $(multilib_native_use_enable hpack-tools)