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 71C95158041 for ; Fri, 1 Mar 2024 07:28:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24A9BE2A5E; Fri, 1 Mar 2024 07:28:18 +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 F2B03E2A5E for ; Fri, 1 Mar 2024 07:28:17 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D129F3430F8 for ; Fri, 1 Mar 2024 07:28:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67EF614EA for ; Fri, 1 Mar 2024 07:28:15 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1709277479.3d3ac4673ff790b22c177111689eea909260450f.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild X-VCS-Directories: net-libs/rabbitmq-c/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 3d3ac4673ff790b22c177111689eea909260450f X-VCS-Branch: master Date: Fri, 1 Mar 2024 07:28:15 +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: 6c1287bb-36fc-44f7-b6de-3c48eae93123 X-Archives-Hash: 798a905722e5168f43b545d1c85458f6 commit: 3d3ac4673ff790b22c177111689eea909260450f Author: Matoro Mahri matoro tk> AuthorDate: Thu Feb 29 21:36:48 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Fri Mar 1 07:17:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d3ac467 net-libs/rabbitmq-c: Stabilize 0.13.0 arm64, #924320 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Viorel Munteanu gentoo.org> net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild b/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild index 72cda6d4ac7e..3ad7a80fa895 100644 --- a/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild +++ b/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/alanxz/${PN}.git" else SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc x86" + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc x86" fi LICENSE="MIT"