media-tv/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

This commit is contained in:
Arfrever Frehtes Taifersar Arahesis
2018-05-12 01:26:47 +02:00
committed by Matt Turner
parent f6e5e53ed9
commit 7482f89bad
2 changed files with 4 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -129,8 +129,7 @@ RDEPEND="${COMMON}
"
DEPEND="${COMMON}
dev-lang/yasm
x11-proto/xf86vidmodeproto
x11-proto/xineramaproto
x11-base/xorg-proto
"
S="${WORKDIR}/${P}/mythtv"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -22,7 +22,7 @@ RDEPEND="sys-apps/pciutils[-zlib]
x11-libs/libXxf86vm )"
DEPEND="${RDEPEND}
X? ( x11-proto/xf86vidmodeproto )"
X? ( x11-base/xorg-proto )"
PATCHES=( "${FILESDIR}/respect-cflags.patch" )