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 8CCD1138359 for ; Thu, 30 Jul 2020 20:40:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B64F4E0827; Thu, 30 Jul 2020 20:40:38 +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 9C51FE0821 for ; Thu, 30 Jul 2020 20:40:38 +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 214FE34F4A2 for ; Thu, 30 Jul 2020 20:40:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD6C0275 for ; Thu, 30 Jul 2020 20:40:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1596140898.f9dcb171eec5654e8d5b5eea4f474f0ed1c29bdf.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/quiche/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/quiche/quiche-0.5.1.ebuild X-VCS-Directories: net-libs/quiche/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f9dcb171eec5654e8d5b5eea4f474f0ed1c29bdf X-VCS-Branch: master Date: Thu, 30 Jul 2020 20:40:28 +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: d9c3a695-2f63-4b0c-afa3-865021ff20c3 X-Archives-Hash: 8ccb9a4d6bfbeda9feb949da0690aa76 commit: f9dcb171eec5654e8d5b5eea4f474f0ed1c29bdf Author: Sam James gentoo org> AuthorDate: Thu Jul 30 20:28:18 2020 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 30 20:28:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9dcb171 net-libs/quiche: arm keyworded (bug #733076) Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> net-libs/quiche/quiche-0.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/quiche/quiche-0.5.1.ebuild b/net-libs/quiche/quiche-0.5.1.ebuild index c17fa125a0c..2f16f911407 100644 --- a/net-libs/quiche/quiche-0.5.1.ebuild +++ b/net-libs/quiche/quiche-0.5.1.ebuild @@ -117,7 +117,7 @@ if [[ ${PV} == *9999 ]] ; then else CRATES+=" ${P//_/-}" SRC_URI="$(cargo_crate_uris ${CRATES})" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" S="${WORKDIR}/${P//_/-}" fi