summaryrefslogtreecommitdiff
path: root/dev-games
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2018-04-30 21:28:55 +0200
committerMatt Turner <mattst88@gentoo.org>2018-04-30 13:50:13 -0700
commitbc5f95c4b692be4f0f1584b3f0882154462a8546 (patch)
treea8d25db0288d9889700f3056ab2587db3632d603 /dev-games
parentc04ad837d60ae77e24e03f22f02cea267f9794fd (diff)
downloadgentoo-bc5f95c4b692be4f0f1584b3f0882154462a8546.tar.gz
gentoo-bc5f95c4b692be4f0f1584b3f0882154462a8546.tar.xz
dev-games/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
Diffstat (limited to 'dev-games')
-rw-r--r--dev-games/clanlib/clanlib-0.8.1.ebuild4
-rw-r--r--dev-games/irrlicht/irrlicht-1.8.4.ebuild5
-rw-r--r--dev-games/ogre/ogre-1.9.0-r1.ebuild2
-rw-r--r--dev-games/openscenegraph/openscenegraph-3.5.5.ebuild3
4 files changed, 6 insertions, 8 deletions
diff --git a/dev-games/clanlib/clanlib-0.8.1.ebuild b/dev-games/clanlib/clanlib-0.8.1.ebuild
index dbd437a41db..32096e028f5 100644
--- a/dev-games/clanlib/clanlib-0.8.1.ebuild
+++ b/dev-games/clanlib/clanlib-0.8.1.ebuild
@@ -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
@@ -30,7 +30,7 @@ RDEPEND="media-libs/libpng:0
mikmod? ( media-libs/libmikmod )
vorbis? ( media-libs/libvorbis )"
DEPEND="${RDEPEND}
- x11-proto/xf86vidmodeproto"
+ x11-base/xorg-proto"
S=${WORKDIR}/ClanLib-${PV}
diff --git a/dev-games/irrlicht/irrlicht-1.8.4.ebuild b/dev-games/irrlicht/irrlicht-1.8.4.ebuild
index 185d6517ccc..e843c52e456 100644
--- a/dev-games/irrlicht/irrlicht-1.8.4.ebuild
+++ b/dev-games/irrlicht/irrlicht-1.8.4.ebuild
@@ -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
@@ -23,8 +23,7 @@ RDEPEND="virtual/jpeg:0
x11-libs/libXxf86vm"
DEPEND="${RDEPEND}
app-arch/unzip
- x11-proto/xproto
- x11-proto/xf86vidmodeproto"
+ x11-base/xorg-proto"
S=${WORKDIR}/${P}/source/${PN^}
diff --git a/dev-games/ogre/ogre-1.9.0-r1.ebuild b/dev-games/ogre/ogre-1.9.0-r1.ebuild
index 5714d1a67a4..dd3d2ee065a 100644
--- a/dev-games/ogre/ogre-1.9.0-r1.ebuild
+++ b/dev-games/ogre/ogre-1.9.0-r1.ebuild
@@ -51,8 +51,8 @@ RDEPEND="
tools? ( dev-libs/tinyxml[stl] )
zip? ( sys-libs/zlib dev-libs/zziplib )"
DEPEND="${RDEPEND}
- x11-proto/xf86vidmodeproto
virtual/pkgconfig
+ x11-base/xorg-proto
doc? ( app-doc/doxygen )"
PATCHES=(
diff --git a/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild b/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
index fa98c6bb2e3..7b066c0abf2 100644
--- a/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
+++ b/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
@@ -74,9 +74,8 @@ RDEPEND="
DEPEND="${RDEPEND}
app-arch/unzip
virtual/pkgconfig
- x11-proto/xextproto
+ x11-base/xorg-proto
doc? ( app-doc/doxygen )
- xrandr? ( x11-proto/randrproto )
"
S="${WORKDIR}/${MY_P}"