Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/parole/
Date: Wed, 03 Oct 2018 08:00:52
Message-Id: 1538553319.89077bfbe954383762164ff85a9edc139d1404fc.mgorny@gentoo
1 commit: 89077bfbe954383762164ff85a9edc139d1404fc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 3 07:55:19 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 3 07:55:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89077bfb
7
8 media-video/parole: Fix the license to GPL-2+
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 media-video/parole/parole-1.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-video/parole/parole-1.0.1.ebuild b/media-video/parole/parole-1.0.1.ebuild
16 index c2b28d27c9c..36f2c8f0745 100644
17 --- a/media-video/parole/parole-1.0.1.ebuild
18 +++ b/media-video/parole/parole-1.0.1.ebuild
19 @@ -9,7 +9,7 @@ DESCRIPTION="A simple Xfce4 media player using GStreamer"
20 HOMEPAGE="https://docs.xfce.org/apps/parole/start"
21 SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
22
23 -LICENSE="GPL-2"
24 +LICENSE="GPL-2+"
25 SLOT="0"
26 KEYWORDS="~amd64 ~mips ~x86"
27 IUSE="libnotify taglib"