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 3337015806E for ; Mon, 29 May 2023 20:18:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 751F2E090F; Mon, 29 May 2023 20:18:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 5EE33E090F for ; Mon, 29 May 2023 20:18:54 +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 A6CC83410EB for ; Mon, 29 May 2023 20:18:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13735A80 for ; Mon, 29 May 2023 20:18:51 +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: <1685391497.e97651a9e5522dec3b4d1bca0927b1c3a6e34e6c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsignal-protocol-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libsignal-protocol-c/libsignal-protocol-c-2.3.3-r1.ebuild X-VCS-Directories: net-libs/libsignal-protocol-c/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e97651a9e5522dec3b4d1bca0927b1c3a6e34e6c X-VCS-Branch: master Date: Mon, 29 May 2023 20:18:51 +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: 61c36801-29cf-45bc-a7ed-6eb93dd8fe68 X-Archives-Hash: 87a06be7a8e258baae077fa1fef75e5e commit: e97651a9e5522dec3b4d1bca0927b1c3a6e34e6c Author: Sam James gentoo org> AuthorDate: Mon May 29 20:18:17 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 29 20:18:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e97651a9 net-libs/libsignal-protocol-c: Stabilize 2.3.3-r1 arm64, #907123 Signed-off-by: Sam James gentoo.org> net-libs/libsignal-protocol-c/libsignal-protocol-c-2.3.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libsignal-protocol-c/libsignal-protocol-c-2.3.3-r1.ebuild b/net-libs/libsignal-protocol-c/libsignal-protocol-c-2.3.3-r1.ebuild index ca1df0d6f608..2fe08277a30e 100644 --- a/net-libs/libsignal-protocol-c/libsignal-protocol-c-2.3.3-r1.ebuild +++ b/net-libs/libsignal-protocol-c/libsignal-protocol-c-2.3.3-r1.ebuild @@ -8,7 +8,7 @@ inherit cmake DESCRIPTION="Signal Protocol C Library" HOMEPAGE="https://signal.org/ https://github.com/signalapp/libsignal-protocol-c" SRC_URI="https://github.com/signalapp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 arm64 x86" LICENSE="GPL-3" SLOT="0"