Skip to content

Commit

Permalink
games-emulation/*: Update dependencies (x11-proto/* -> x11-base/xorg-…
Browse files Browse the repository at this point in the history
…proto).
  • Loading branch information
Arfrever Frehtes Taifersar Arahesis authored and mattst88 committed May 22, 2018
1 parent 0bb86c2 commit 1a0a7f8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
4 changes: 1 addition & 3 deletions games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ RDEPEND="
X? ( x11-libs/libXext )
"
DEPEND="${RDEPEND}
X? (
x11-proto/xextproto
x11-proto/xproto )
X? ( x11-base/xorg-proto )
"

src_prepare() {
Expand Down
4 changes: 2 additions & 2 deletions games-emulation/pcsxr/pcsxr-1.9.94-r2.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 Down Expand Up @@ -44,7 +44,7 @@ RDEPEND="
DEPEND="${RDEPEND}
app-arch/unzip
dev-util/intltool
x11-proto/videoproto
x11-base/xorg-proto
nls? ( sys-devel/gettext:0 )
x86? ( dev-lang/nasm )
"
Expand Down
6 changes: 2 additions & 4 deletions games-emulation/snes9x/snes9x-1.54.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=6
Expand Down Expand Up @@ -31,9 +31,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}
virtual/pkgconfig
x11-proto/xproto
gtk? ( virtual/pkgconfig
xv? ( x11-proto/videoproto ) )
x11-base/xorg-proto
nls? ( dev-util/intltool )"

S="${WORKDIR}/${P}/unix"
Expand Down
4 changes: 1 addition & 3 deletions games-emulation/snes9x/snes9x-1.55.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ RDEPEND="
)"
DEPEND="${RDEPEND}
virtual/pkgconfig
x11-proto/xproto
gtk? ( virtual/pkgconfig
xv? ( x11-proto/videoproto ) )
x11-base/xorg-proto
nls? ( dev-util/intltool )"

S="${WORKDIR}/${P}/unix"
Expand Down

0 comments on commit 1a0a7f8

Please sign in to comment.