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 7A7FD15810F for ; Thu, 8 Jun 2023 14:05:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A94ADE086A; Thu, 8 Jun 2023 14:05:24 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FFD3E086A for ; Thu, 8 Jun 2023 14:05:24 +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 156E733BE5A for ; Thu, 8 Jun 2023 14:05:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73112A8C for ; Thu, 8 Jun 2023 14:05:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1686233103.d173640bb5db78a75833f7c5b826d1926fc179aa.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/olm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/olm/olm-3.2.15.ebuild X-VCS-Directories: dev-libs/olm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d173640bb5db78a75833f7c5b826d1926fc179aa X-VCS-Branch: master Date: Thu, 8 Jun 2023 14:05:21 +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: 1f9c82fc-63fc-422b-91b5-10f47e913397 X-Archives-Hash: f3d88bf54ebbb34f47e549659beaef76 commit: d173640bb5db78a75833f7c5b826d1926fc179aa Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jun 8 13:35:56 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 8 14:05:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d173640b dev-libs/olm: fix LICENSE See also: https://github.com/gentoo/gentoo/pull/31113 Closes: https://bugs.gentoo.org/908066 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/olm/olm-3.2.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/olm/olm-3.2.15.ebuild b/dev-libs/olm/olm-3.2.15.ebuild index 51730d54f75a..1146f6c87aa9 100644 --- a/dev-libs/olm/olm-3.2.15.ebuild +++ b/dev-libs/olm/olm-3.2.15.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Implementation of the Double Ratchet cryptographic ratchet in C++" HOMEPAGE="https://gitlab.matrix.org/matrix-org/olm" SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2" -LICENSE="GPL-3" +LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="test"