commit: d173640bb5db78a75833f7c5b826d1926fc179aa Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Jun 8 13:35:56 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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"
