From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1115203-garchives=archives.gentoo.org@lists.gentoo.org> 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 1C8A3138335 for <garchives@archives.gentoo.org>; Tue, 8 Oct 2019 15:16:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C46CE091F; Tue, 8 Oct 2019 15:16:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 4776DE091F for <gentoo-commits@lists.gentoo.org>; Tue, 8 Oct 2019 15:16:15 +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 2453834BA67 for <gentoo-commits@lists.gentoo.org>; Tue, 8 Oct 2019 15:16:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22A3182C for <gentoo-commits@lists.gentoo.org>; Tue, 8 Oct 2019 15:16:10 +0000 (UTC) From: "Jeroen Roovers" <jer@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org> Message-ID: <1570547764.782aa9dcf22439fdb1698038035e4bca46ee595c.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp3/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/nghttp3/nghttp3-0_pre20190912.ebuild net-libs/nghttp3/nghttp3-9999.ebuild X-VCS-Directories: net-libs/nghttp3/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 782aa9dcf22439fdb1698038035e4bca46ee595c X-VCS-Branch: master Date: Tue, 8 Oct 2019 15:16:10 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 18e774f8-e0f7-4138-a0f3-f311b182d17d X-Archives-Hash: 102027f3ff980147576aff8ef8d2a962 commit: 782aa9dcf22439fdb1698038035e4bca46ee595c Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Tue Oct 8 04:29:04 2019 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Tue Oct 8 15:16:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782aa9dc net-libs/nghttp3: Mark ~hppa too Package-Manager: Portage-2.3.76, Repoman-2.3.17 RepoMan-Options: --ignore-arches Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> net-libs/nghttp3/nghttp3-0_pre20190912.ebuild | 2 +- net-libs/nghttp3/nghttp3-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/nghttp3/nghttp3-0_pre20190912.ebuild b/net-libs/nghttp3/nghttp3-0_pre20190912.ebuild index 48b5fc1f285..82c8375e72b 100644 --- a/net-libs/nghttp3/nghttp3-0_pre20190912.ebuild +++ b/net-libs/nghttp3/nghttp3-0_pre20190912.ebuild @@ -12,7 +12,7 @@ else GIT_COMMIT="51379a041174ad953dc6ad437712f3b279f81919" SRC_URI="https://github.com/ngtcp2/nghttp3/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${GIT_COMMIT}" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~hppa" fi DESCRIPTION="HTTP/3 library written in C" diff --git a/net-libs/nghttp3/nghttp3-9999.ebuild b/net-libs/nghttp3/nghttp3-9999.ebuild index 9bc601bc031..7df7eb88b3a 100644 --- a/net-libs/nghttp3/nghttp3-9999.ebuild +++ b/net-libs/nghttp3/nghttp3-9999.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then inherit autotools git-r3 else SRC_URI="https://github.com/ngtcp2/nghttp3/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~hppa" fi DESCRIPTION="HTTP/3 library written in C"