Skip to content

Commit

Permalink
dev-games/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
Browse files Browse the repository at this point in the history
  • Loading branch information
Arfrever Frehtes Taifersar Arahesis authored and mattst88 committed Apr 30, 2018
1 parent c04ad83 commit bc5f95c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dev-games/clanlib/clanlib-0.8.1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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}

Expand Down
5 changes: 2 additions & 3 deletions dev-games/irrlicht/irrlicht-1.8.4.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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^}

Expand Down
2 changes: 1 addition & 1 deletion dev-games/ogre/ogre-1.9.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
Expand Down
3 changes: 1 addition & 2 deletions dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit bc5f95c

Please sign in to comment.