Gentoo Archives: gentoo-commits

From: "Jörg Bornkessel" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vdr/
Date: Sun, 12 Jan 2020 17:56:37
Message-Id: 1578851747.b11e7abd59c26e2034986c92ccb048249c286928.hd_brummy@gentoo
1 commit: b11e7abd59c26e2034986c92ccb048249c286928
2 Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 12 17:18:06 2020 +0000
4 Commit: Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 12 17:55:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b11e7abd
7
8 media-video/vdr: wrong license, fixed
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>
12
13 media-video/vdr/vdr-2.2.0-r5.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-video/vdr/vdr-2.2.0-r5.ebuild b/media-video/vdr/vdr-2.2.0-r5.ebuild
17 index 41e547cb830..38a44d4e818 100644
18 --- a/media-video/vdr/vdr-2.2.0-r5.ebuild
19 +++ b/media-video/vdr/vdr-2.2.0-r5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 2019 Gentoo Authors
22 +# Copyright 2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -26,7 +26,7 @@ HOMEPAGE="http://www.tvdr.de/"
27 SRC_URI="ftp://ftp.tvdr.de/vdr/${MY_P}.tar.bz2
28 mirror://gentoo/${EXT_P}.patch.bz2"
29
30 -LICENSE="GPL-2"
31 +LICENSE="GPL-2+"
32 SLOT="0"
33 KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
34 IUSE="bidi debug keyboard html systemd vanilla ${EXT_PATCH_FLAGS} ${EXT_PATCH_FLAGS_RENAMED}"