From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1031038-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 9DA6D138334
	for <garchives@archives.gentoo.org>; Mon, 18 Jun 2018 17:19:36 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B3F1EE092F;
	Mon, 18 Jun 2018 17:19:30 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 5AF1BE092C
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Jun 2018 17:19:30 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 87809335C51
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Jun 2018 17:19:27 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 052252E4
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Jun 2018 17:19:26 +0000 (UTC)
From: "Mart Raudsepp" <leio@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, "Mart Raudsepp" <leio@gentoo.org>
Message-ID: <1529342311.2b7b7a43ffc99d5a4c5dc1df3417b15960e61bd0.leio@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-ugly/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-libs/gst-plugins-ugly/gst-plugins-ugly-1.12.3.ebuild media-libs/gst-plugins-ugly/gst-plugins-ugly-1.12.4.ebuild media-libs/gst-plugins-ugly/gst-plugins-ugly-1.14.1.ebuild
X-VCS-Directories: media-libs/gst-plugins-ugly/
X-VCS-Committer: leio
X-VCS-Committer-Name: Mart Raudsepp
X-VCS-Revision: 2b7b7a43ffc99d5a4c5dc1df3417b15960e61bd0
X-VCS-Branch: master
Date: Mon, 18 Jun 2018 17:19:26 +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-Archives-Salt: 6050ec29-12f2-498d-a9c1-e071718c4c0a
X-Archives-Hash: 0f02b40204488ffba5358313ca4a16e8

commit:     2b7b7a43ffc99d5a4c5dc1df3417b15960e61bd0
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 18 17:17:38 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Jun 18 17:18:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7b7a43

media-libs/gst-plugins-ugly: fix license

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/gst-plugins-ugly/gst-plugins-ugly-1.12.3.ebuild | 4 ++--
 media-libs/gst-plugins-ugly/gst-plugins-ugly-1.12.4.ebuild | 2 +-
 media-libs/gst-plugins-ugly/gst-plugins-ugly-1.14.1.ebuild | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.12.3.ebuild b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.12.3.ebuild
index 594e5f91198..3900a8995fc 100644
--- a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.12.3.ebuild
+++ b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.12.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ inherit eutils gstreamer
 DESCRIPTION="Basepack of plugins for gstreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/"
 
-LICENSE="GPL-2"
+LICENSE="LGPL-2+" # some split plugins are LGPL but combining with a GPL library
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="+orc"
 

diff --git a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.12.4.ebuild b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.12.4.ebuild
index 2304395aad5..9bc59ff9af1 100644
--- a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.12.4.ebuild
+++ b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.12.4.ebuild
@@ -9,7 +9,7 @@ inherit eutils gstreamer
 DESCRIPTION="Basepack of plugins for gstreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/"
 
-LICENSE="GPL-2"
+LICENSE="LGPL-2+" # some split plugins are LGPL but combining with a GPL library
 KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="+orc"
 

diff --git a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.14.1.ebuild b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.14.1.ebuild
index fbd000dfc2e..5239eada034 100644
--- a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.14.1.ebuild
+++ b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.14.1.ebuild
@@ -9,7 +9,7 @@ inherit ltprune gstreamer
 DESCRIPTION="Basepack of plugins for gstreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/"
 
-LICENSE="GPL-2"
+LICENSE="LGPL-2+" # some split plugins are LGPL but combining with a GPL library
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 
 RDEPEND="