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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B1BE138334 for ; Mon, 18 Jun 2018 17:19:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 876B7E0821; Mon, 18 Jun 2018 17:19:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4620AE0821 for ; Mon, 18 Jun 2018 17:19:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A426B335C7F for ; Mon, 18 Jun 2018 17:19:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA0842C2 for ; Mon, 18 Jun 2018 17:19:25 +0000 (UTC) From: "Mart Raudsepp" 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" Message-ID: <1529342301.7f287aa521f87a54c954782e42450624da4196da.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gst-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/gst-python/gst-python-1.12.3.ebuild X-VCS-Directories: dev-python/gst-python/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 7f287aa521f87a54c954782e42450624da4196da X-VCS-Branch: master Date: Mon, 18 Jun 2018 17:19:25 +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-Archives-Salt: c23787c0-878c-4687-8ac7-cdf77dab1c5a X-Archives-Hash: caf405f8115d87884b0aa587cfdd6284 commit: 7f287aa521f87a54c954782e42450624da4196da Author: Mart Raudsepp gentoo org> AuthorDate: Mon Jun 18 16:11:27 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Jun 18 17:18:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f287aa5 dev-python/gst-python: fix license Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/gst-python/gst-python-1.12.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/gst-python/gst-python-1.12.3.ebuild b/dev-python/gst-python/gst-python-1.12.3.ebuild index c7e6afac228..c23317d494e 100644 --- a/dev-python/gst-python/gst-python-1.12.3.ebuild +++ b/dev-python/gst-python/gst-python-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 @@ -11,7 +11,7 @@ DESCRIPTION="A Python Interface to GStreamer" HOMEPAGE="https://gstreamer.freedesktop.org/" SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz" -LICENSE="LGPL-2" +LICENSE="LGPL-2+" SLOT="1.0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="test"