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 61513138335 for ; Wed, 3 Oct 2018 08:00:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C0C7E09DD; Wed, 3 Oct 2018 08:00:51 +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 1DF65E09DD for ; Wed, 3 Oct 2018 08:00:50 +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 AA8CC335D19 for ; Wed, 3 Oct 2018 08:00:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55A2A431 for ; Wed, 3 Oct 2018 08:00:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1538553319.89077bfbe954383762164ff85a9edc139d1404fc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/parole/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/parole/parole-1.0.1.ebuild X-VCS-Directories: media-video/parole/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 89077bfbe954383762164ff85a9edc139d1404fc X-VCS-Branch: master Date: Wed, 3 Oct 2018 08:00:46 +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: 5d639b43-1c74-4c1e-b4bb-8fef2e7e9349 X-Archives-Hash: ded73ac12d9d331af207456eadbf9b58 commit: 89077bfbe954383762164ff85a9edc139d1404fc Author: Michał Górny gentoo org> AuthorDate: Wed Oct 3 07:55:19 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 3 07:55:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89077bfb media-video/parole: Fix the license to GPL-2+ Signed-off-by: Michał Górny gentoo.org> media-video/parole/parole-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/parole/parole-1.0.1.ebuild b/media-video/parole/parole-1.0.1.ebuild index c2b28d27c9c..36f2c8f0745 100644 --- a/media-video/parole/parole-1.0.1.ebuild +++ b/media-video/parole/parole-1.0.1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="A simple Xfce4 media player using GStreamer" HOMEPAGE="https://docs.xfce.org/apps/parole/start" SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~mips ~x86" IUSE="libnotify taglib"