Skip to content

Commit

Permalink
games-arcade/*: Update dependencies (x11-proto/* -> x11-base/xorg-pro…
Browse files Browse the repository at this point in the history
…to).
  • Loading branch information
Arfrever Frehtes Taifersar Arahesis authored and mattst88 committed May 22, 2018
1 parent fd215c2 commit b7968ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -19,7 +19,7 @@ RDEPEND="x11-libs/libX11
x11-libs/libXext
x11-libs/libXt"
DEPEND="${RDEPEND}
x11-proto/xproto"
x11-base/xorg-proto"

src_prepare() {
sed -i \
Expand Down
4 changes: 2 additions & 2 deletions games-arcade/xjump/xjump-2.7.5.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -21,7 +21,7 @@ RDEPEND="x11-libs/libX11
x11-libs/libXt"

DEPEND="${RDEPEND}
x11-proto/xproto"
x11-base/xorg-proto"

S=${WORKDIR}/${P}.orig

Expand Down

0 comments on commit b7968ee

Please sign in to comment.