media-plugins/vdr-remoteosd: QA: missing new line fixed
authorJoerg Bornkessel <hd_brummy@gentoo.org>
Thu, 26 Dec 2019 07:16:08 +0000 (08:16 +0100)
committerJoerg Bornkessel <hd_brummy@gentoo.org>
Thu, 26 Dec 2019 07:16:08 +0000 (08:16 +0100)
moved to eapi 7

Package-Manager: Portage-2.3.83, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0-r1.ebuild
media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0.ebuild

index 6df2e44b447db801dd23e9fc9f51a8ecd10823b9..01bd87ca4f1449bef2391812f075b1f0f75d8c51 100644 (file)
@@ -15,4 +15,4 @@ KEYWORDS="~amd64 ~arm ~x86"
 
 DEPEND=">=media-video/vdr-2.4"
 
-PATCHES=( "${FILESDIR}/vdr-2.4_remoteosd-${PV}.patch" )
\ No newline at end of file
+PATCHES=( "${FILESDIR}/vdr-2.4_remoteosd-${PV}.patch" )
index d0e3f6eb5e493a8694ae6fd25a2b87adbf461293..ce925191888a1907f931f6dd824830350a147b87 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit vdr-plugin-2
 
@@ -12,7 +12,5 @@ SRC_URI="http://vdr.schmirler.de/remoteosd/${P}.tgz"
 SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="amd64 ~arm x86"
-IUSE=""
 
 DEPEND=">=media-video/vdr-2.0.0"
-RDEPEND="${DEPEND}"