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-plugins/vdr-permashift/
Date: Sat, 07 Mar 2020 14:55:39
Message-Id: 1583592916.03f85b07713806f95966f62d9a9d1864be1c8d41.hd_brummy@gentoo
1 commit: 03f85b07713806f95966f62d9a9d1864be1c8d41
2 Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 7 14:54:38 2020 +0000
4 Commit: Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 7 14:55:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f85b07
7
8 media-plugins/vdr-permashift: fixed DEPEND
9
10 QA: exclude unsupported version
11 media-video/vdr without use-flag
12 permashift
13
14 Package-Manager: Portage-2.3.90, Repoman-2.3.20
15 Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>
16
17 media-plugins/vdr-permashift/vdr-permashift-1.0.4_pre20200301.ebuild | 4 +++-
18 1 file changed, 3 insertions(+), 1 deletion(-)
19
20 diff --git a/media-plugins/vdr-permashift/vdr-permashift-1.0.4_pre20200301.ebuild b/media-plugins/vdr-permashift/vdr-permashift-1.0.4_pre20200301.ebuild
21 index 94c32694d30..94863818ef2 100644
22 --- a/media-plugins/vdr-permashift/vdr-permashift-1.0.4_pre20200301.ebuild
23 +++ b/media-plugins/vdr-permashift/vdr-permashift-1.0.4_pre20200301.ebuild
24 @@ -16,7 +16,9 @@ LICENSE="GPL-2+"
25 SLOT="0"
26 KEYWORDS="~amd64 ~x86"
27
28 -DEPEND="media-video/vdr[permashift]"
29 +DEPEND="|| ( ~media-video/vdr-2.2.0[permashift]
30 + >=media-video/vdr-2.4.1-r3[permashift]
31 + )"
32 RDEPEND="${DEPEND}"
33
34 S="${WORKDIR}/Permashift-${GIT_VERSION}"