From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1446489-garchives=archives.gentoo.org@lists.gentoo.org>
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 92808158020
	for <garchives@archives.gentoo.org>; Wed, 12 Oct 2022 23:09:56 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7E361E0875;
	Wed, 12 Oct 2022 23:09:55 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 6894BE087A
	for <gentoo-commits@lists.gentoo.org>; Wed, 12 Oct 2022 23:09:55 +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 80C143412B6
	for <gentoo-commits@lists.gentoo.org>; Wed, 12 Oct 2022 23:09:54 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B36E619
	for <gentoo-commits@lists.gentoo.org>; Wed, 12 Oct 2022 23:09:51 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1665615890.1c4c027b7c4ab755ed3524db059742736cc20f48.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-screensaver/
X-VCS-Repository: repo/gentoo
X-VCS-Files: gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.2.1.ebuild gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.4.4.ebuild
X-VCS-Directories: gnome-extra/cinnamon-screensaver/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 1c4c027b7c4ab755ed3524db059742736cc20f48
X-VCS-Branch: master
Date: Wed, 12 Oct 2022 23:09:51 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 052b167e-3020-4309-af57-216862430af5
X-Archives-Hash: f6e3b2f720e077849d7732974fa1b728

commit:     1c4c027b7c4ab755ed3524db059742736cc20f48
Author:     Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Mon Aug 22 02:01:11 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 23:04:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c4c027b

gnome-extra/cinnamon-screensaver: Fix license declaration

Update to match upstream debian/copyright declaration.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.2.1.ebuild | 2 +-
 gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.4.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.2.1.ebuild b/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.2.1.ebuild
index f66a07f20475..a83125d575eb 100644
--- a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.2.1.ebuild
+++ b/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.2.1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Screensaver for Cinnamon"
 HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon-screensaver"
 SRC_URI="https://github.com/linuxmint/cinnamon-screensaver/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="GPL-2+"
+LICENSE="GPL-2+ LGPL-2+ MIT"
 SLOT="0"
 IUSE="systemd xinerama"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"

diff --git a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.4.4.ebuild b/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.4.4.ebuild
index 58a056892f28..8839e251cf34 100644
--- a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.4.4.ebuild
+++ b/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.4.4.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Screensaver for Cinnamon"
 HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon-screensaver"
 SRC_URI="https://github.com/linuxmint/cinnamon-screensaver/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="GPL-2+"
+LICENSE="GPL-2+ LGPL-2+ MIT"
 SLOT="0"
 IUSE="systemd xinerama"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"