Gentoo Archives: gentoo-commits

From: Joerg Bornkessel <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-infosatepg/
Date: Fri, 31 Aug 2018 13:00:45
Message-Id: 1535716792.15a02801973e4f9069ecd12eaa26a77b38e1929b.hd_brummy@gentoo
1 commit: 15a02801973e4f9069ecd12eaa26a77b38e1929b
2 Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 31 11:59:52 2018 +0000
4 Commit: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 31 11:59:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a02801
7
8 media-plugins/vdr-infosatepg: eapi 7; sort keyword
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild b/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild
16 index fc68a59965b..9fb3ae10bae 100644
17 --- a/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild
18 +++ b/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI="5"
24 +EAPI=7
25
26 inherit vdr-plugin-2
27
28 @@ -13,7 +13,7 @@ SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
29
30 SLOT="0"
31 LICENSE="GPL-2"
32 -KEYWORDS="~x86 ~amd64"
33 +KEYWORDS="~amd64 ~x86"
34 IUSE=""
35
36 DEPEND=">=media-video/vdr-2.0"