dev-libs/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

This commit is contained in:
Arfrever Frehtes Taifersar Arahesis
2018-05-11 22:39:18 +02:00
committed by Matt Turner
parent caedef1443
commit 9bdd05e2f2
5 changed files with 8 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ RDEPEND="${COMMON_DEPEND}
X? ( x11-libs/libXt x11-libs/libXaw )"
DEPEND="${COMMON_DEPEND}
X? ( x11-proto/xproto )"
X? ( x11-base/xorg-proto )"
S="${WORKDIR}/ACE_wrappers"

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=5
@@ -25,7 +25,7 @@ RDEPEND="${COMMON_DEPEND}
X? ( x11-libs/libXt x11-libs/libXaw )"
DEPEND="${COMMON_DEPEND}
X? ( x11-proto/xproto )"
X? ( x11-base/xorg-proto )"
S="${WORKDIR}/ACE_wrappers"

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=5
@@ -21,9 +21,9 @@ RDEPEND=">=media-libs/freetype-2.4.9
)"
DEPEND="${RDEPEND}
X? (
x11-base/xorg-proto
x11-libs/libICE
x11-libs/libXmu
x11-proto/xproto
)"
DOCS="AUTHORS ChangeLog NEWS README"

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
@@ -22,9 +22,9 @@ RDEPEND=">=media-libs/freetype-2.4.9
DEPEND="${RDEPEND}
virtual/pkgconfig
X? (
x11-base/xorg-proto
x11-libs/libICE
x11-libs/libXmu
x11-proto/xproto
)"
DOCS="AUTHORS ChangeLog NEWS README"

View File

@@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND="x11-libs/libX11"
DEPEND="x11-proto/xproto
DEPEND="x11-base/xorg-proto
${RDEPEND}"
src_unpack() {