media-plugins/vdr-peer: DEPEND restricte to ~vdr-2.2.0
authorJoerg Bornkessel <hd_brummy@gentoo.org>
Fri, 3 Jan 2020 15:28:10 +0000 (16:28 +0100)
committerJoerg Bornkessel <hd_brummy@gentoo.org>
Fri, 3 Jan 2020 15:28:10 +0000 (16:28 +0100)
function is integrated in later vdr version

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
media-plugins/vdr-peer/vdr-peer-0.0.1.ebuild

index 942815724620c97ade632942d7240f35bea4ffe6..e753fca3ccad55c32178f00ee7977313e04f9166 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 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/peer/${P}.tgz"
 SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-DEPEND=">=media-video/vdr-2"
-RDEPEND="${DEPEND}"
+DEPEND="~media-video/vdr-2.2.0"