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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D87415806E for ; Sun, 4 Jun 2023 11:14:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B99FAE077C; Sun, 4 Jun 2023 11:14:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B049E077C for ; Sun, 4 Jun 2023 11:14:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 790EC340FB6 for ; Sun, 4 Jun 2023 11:14:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D41A8990 for ; Sun, 4 Jun 2023 11:14:07 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1685877229.5cd7f6fbe67c6ebd541feb87bff1d7e87cbbb388.grobian@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.52.0.ebuild X-VCS-Directories: net-libs/nghttp2/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 5cd7f6fbe67c6ebd541feb87bff1d7e87cbbb388 X-VCS-Branch: master Date: Sun, 4 Jun 2023 11:14:07 +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: 4ae01914-cc70-4d66-b4a9-ef8edea615b4 X-Archives-Hash: 88bb6b56c830799f53bea07c318603c9 commit: 5cd7f6fbe67c6ebd541feb87bff1d7e87cbbb388 Author: Fabian Groffen gentoo org> AuthorDate: Sun Jun 4 11:13:49 2023 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Jun 4 11:13:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd7f6fb net-libs/nghttp2-1.52.0: marked ~arm64-macos Signed-off-by: Fabian Groffen gentoo.org> net-libs/nghttp2/nghttp2-1.52.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/nghttp2/nghttp2-1.52.0.ebuild b/net-libs/nghttp2/nghttp2-1.52.0.ebuild index e5d34f5967f2..c028ca91bbb4 100644 --- a/net-libs/nghttp2/nghttp2-1.52.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.52.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz LICENSE="MIT" SLOT="0/1.14" # 1. -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="debug hpack-tools jemalloc static-libs systemd test utils xml" RESTRICT="!test? ( test )"