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 DC30115806E for ; Thu, 25 May 2023 07:46:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34777E084F; Thu, 25 May 2023 07:46:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1E670E084F 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 EF94A33C1EA 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 14D48A81 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: <1685000772.2321d1fae29870c6cf3d4f29a2c9477527060ec6.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: 2321d1fae29870c6cf3d4f29a2c9477527060ec6 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: a7b89131-4c13-4e11-8e18-e25dc4eb6d33 X-Archives-Hash: d1403d4f6df5d942b1e1663d35451f24 commit: 2321d1fae29870c6cf3d4f29a2c9477527060ec6 Author: Arthur Zamarin gentoo org> AuthorDate: Thu May 25 07:46:12 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu May 25 07:46:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2321d1fa net-libs/libsignal-protocol-c: Stabilize 2.3.3-r1 amd64, #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 894d6fc41d30..3a3e74c1a3a6 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"