summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2020-01-03 16:28:10 +0100
committerJoerg Bornkessel <hd_brummy@gentoo.org>2020-01-03 16:28:10 +0100
commit0f927ca4b1df29a2c750d5bd70a6ef0c1f258e11 (patch)
tree4afca30322207216945be9155b46a77582889a2e /media-plugins/vdr-peer
parentsys-block/parted: Reintroduce PED_ASSERT with correct assertion (diff)
downloadgentoo-0f927ca4b1df29a2c750d5bd70a6ef0c1f258e11.tar.gz
gentoo-0f927ca4b1df29a2c750d5bd70a6ef0c1f258e11.tar.bz2
gentoo-0f927ca4b1df29a2c750d5bd70a6ef0c1f258e11.zip
media-plugins/vdr-peer: DEPEND restricte to ~vdr-2.2.0
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>
Diffstat (limited to 'media-plugins/vdr-peer')
-rw-r--r--media-plugins/vdr-peer/vdr-peer-0.0.1.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/media-plugins/vdr-peer/vdr-peer-0.0.1.ebuild b/media-plugins/vdr-peer/vdr-peer-0.0.1.ebuild
index 942815724620..e753fca3ccad 100644
--- a/media-plugins/vdr-peer/vdr-peer-0.0.1.ebuild
+++ b/media-plugins/vdr-peer/vdr-peer-0.0.1.ebuild
@@ -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"