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 B5D51158086 for ; Thu, 11 Nov 2021 20:12:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9D09E0990; Thu, 11 Nov 2021 20:12:50 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA778E0990 for ; Thu, 11 Nov 2021 20:12:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D77EB343075 for ; Thu, 11 Nov 2021 20:12:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3697CD3 for ; Thu, 11 Nov 2021 20:12:47 +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: <1636661535.bf92235be8a66129224447c6911abedc1b406ff1.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdenlive/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdenlive/kdenlive-9999.ebuild X-VCS-Directories: kde-apps/kdenlive/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bf92235be8a66129224447c6911abedc1b406ff1 X-VCS-Branch: master Date: Thu, 11 Nov 2021 20:12:47 +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: 0454d275-a169-445e-a8a8-9be04c3cc24c X-Archives-Hash: e50e23aca0b283f7c351ed2c0faafbde commit: bf92235be8a66129224447c6911abedc1b406ff1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 11 12:06:06 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 11 20:12:15 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bf92235b kde-apps/kdenlive: Fix LICENSE Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdenlive/kdenlive-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/kdenlive/kdenlive-9999.ebuild b/kde-apps/kdenlive/kdenlive-9999.ebuild index 94004889ba..26d3984940 100644 --- a/kde-apps/kdenlive/kdenlive-9999.ebuild +++ b/kde-apps/kdenlive/kdenlive-9999.ebuild @@ -14,7 +14,7 @@ inherit ecm kde.org optfeature DESCRIPTION="Non-linear video editing suite by KDE" HOMEPAGE="https://kdenlive.org/en/" -LICENSE="GPL-2" +LICENSE="GPL-3" SLOT="5" KEYWORDS="" IUSE="gles2-only semantic-desktop share v4l"