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 A4E79138334 for ; Tue, 8 Oct 2019 15:16:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D149FE08F2; Tue, 8 Oct 2019 15:16:13 +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 B450BE08F2 for ; Tue, 8 Oct 2019 15:16:13 +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 7E09734BA68 for ; Tue, 8 Oct 2019 15:16:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 370B383C for ; Tue, 8 Oct 2019 15:16:10 +0000 (UTC) From: "Jeroen Roovers" 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" Message-ID: <1570547764.58a572d2e5e8fdca6ec761b9599a9f49e41ae9e6.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ngtcp2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild net-libs/ngtcp2/ngtcp2-9999.ebuild X-VCS-Directories: net-libs/ngtcp2/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 58a572d2e5e8fdca6ec761b9599a9f49e41ae9e6 X-VCS-Branch: master Date: Tue, 8 Oct 2019 15:16:10 +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: bb2a3379-f8f1-4cf8-81d8-ab99e965d2ec X-Archives-Hash: b780d566672d83375c2b183d329f89f6 commit: 58a572d2e5e8fdca6ec761b9599a9f49e41ae9e6 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Oct 8 04:32:22 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Oct 8 15:16:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58a572d2 net-libs/ngtcp2: Mark ~hppa too Package-Manager: Portage-2.3.76, Repoman-2.3.17 RepoMan-Options: --ignore-arches Signed-off-by: Jeroen Roovers gentoo.org> net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild | 2 +- net-libs/ngtcp2/ngtcp2-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild b/net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild index c4f268c6704..04439061030 100644 --- a/net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild +++ b/net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild @@ -12,7 +12,7 @@ else GIT_COMMIT="5122d9e5e1e91c718ebc3933252ee42522c6e942" SRC_URI="https://github.com/ngtcp2/ngtcp2/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${GIT_COMMIT}" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~hppa" fi DESCRIPTION="Implementation of the IETF QUIC Protocol" diff --git a/net-libs/ngtcp2/ngtcp2-9999.ebuild b/net-libs/ngtcp2/ngtcp2-9999.ebuild index 684ca3e2c88..43db6bf28c5 100644 --- a/net-libs/ngtcp2/ngtcp2-9999.ebuild +++ b/net-libs/ngtcp2/ngtcp2-9999.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then inherit autotools git-r3 else SRC_URI="https://github.com/ngtcp2/ngtcp2/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~hppa" fi DESCRIPTION="Implementation of the IETF QUIC Protocol"