diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2018-05-22 04:25:32 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-05-21 19:45:30 -0700 |
commit | b7968ee32726c45c6ff0b6eab0ffd7bcf034250d (patch) | |
tree | 4f0530512145c9207db4c8aa36f511a369d5ec1e /games-arcade/xgalaga | |
parent | games-action/xpilot: Update dependencies (x11-proto/* -> x11-base/xorg-proto). (diff) | |
download | gentoo-b7968ee32726c45c6ff0b6eab0ffd7bcf034250d.tar.gz gentoo-b7968ee32726c45c6ff0b6eab0ffd7bcf034250d.tar.bz2 gentoo-b7968ee32726c45c6ff0b6eab0ffd7bcf034250d.zip |
games-arcade/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
Diffstat (limited to 'games-arcade/xgalaga')
-rw-r--r-- | games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild b/games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild index 4c95fe631558..4d3b86a97566 100644 --- a/games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild +++ b/games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild @@ -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 @@ -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 \ |