Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/nvtv/, media-tv/mythtv/
Date: Sat, 12 May 2018 00:33:06
Message-Id: 1526085156.7482f89bada65ee1cc8d2f00d9ab6c00007d2629.mattst88@gentoo
1 commit: 7482f89bada65ee1cc8d2f00d9ab6c00007d2629
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Fri May 11 23:26:47 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat May 12 00:32:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7482f89b
7
8 media-tv/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
9
10 media-tv/mythtv/mythtv-0.28.1-r4.ebuild | 5 ++---
11 media-tv/nvtv/nvtv-0.4.7-r3.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 5 deletions(-)
13
14 diff --git a/media-tv/mythtv/mythtv-0.28.1-r4.ebuild b/media-tv/mythtv/mythtv-0.28.1-r4.ebuild
15 index c030c6623d2..50c45fc9e8b 100644
16 --- a/media-tv/mythtv/mythtv-0.28.1-r4.ebuild
17 +++ b/media-tv/mythtv/mythtv-0.28.1-r4.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 @@ -129,8 +129,7 @@ RDEPEND="${COMMON}
25 "
26 DEPEND="${COMMON}
27 dev-lang/yasm
28 - x11-proto/xf86vidmodeproto
29 - x11-proto/xineramaproto
30 + x11-base/xorg-proto
31 "
32
33 S="${WORKDIR}/${P}/mythtv"
34
35 diff --git a/media-tv/nvtv/nvtv-0.4.7-r3.ebuild b/media-tv/nvtv/nvtv-0.4.7-r3.ebuild
36 index 39d120ba773..e188d0766f7 100644
37 --- a/media-tv/nvtv/nvtv-0.4.7-r3.ebuild
38 +++ b/media-tv/nvtv/nvtv-0.4.7-r3.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2016 Gentoo Foundation
41 +# Copyright 1999-2018 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=6
45 @@ -22,7 +22,7 @@ RDEPEND="sys-apps/pciutils[-zlib]
46 x11-libs/libXxf86vm )"
47
48 DEPEND="${RDEPEND}
49 - X? ( x11-proto/xf86vidmodeproto )"
50 + X? ( x11-base/xorg-proto )"
51
52 PATCHES=( "${FILESDIR}/respect-cflags.patch" )