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 4026315806E for ; Thu, 25 May 2023 07:46:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7743BE085E; Thu, 25 May 2023 07:46:45 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 571EFE085E for ; Thu, 25 May 2023 07:46:45 +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 E52D533BEF4 for ; Thu, 25 May 2023 07:46:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28671A82 for ; Thu, 25 May 2023 07:46:41 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1685000773.c2be25d2dc29cc6ce921ec45cc753e6d1eba808c.arthurzam@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: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c2be25d2dc29cc6ce921ec45cc753e6d1eba808c X-VCS-Branch: master Date: Thu, 25 May 2023 07:46:41 +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: ccf9e64a-4cf7-485a-8873-898fce59ea7d X-Archives-Hash: 8da9521c2fef057fb08d3a284d34e801 commit: c2be25d2dc29cc6ce921ec45cc753e6d1eba808c Author: Arthur Zamarin gentoo org> AuthorDate: Thu May 25 07:46:13 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu May 25 07:46:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2be25d2 net-libs/libsignal-protocol-c: Stabilize 2.3.3-r1 x86, #907123 Signed-off-by: Arthur Zamarin 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 3a3e74c1a3a6..ca1df0d6f608 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"