diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2018-04-30 21:28:55 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-04-30 13:50:13 -0700 |
commit | bc5f95c4b692be4f0f1584b3f0882154462a8546 (patch) | |
tree | a8d25db0288d9889700f3056ab2587db3632d603 /dev-games/clanlib | |
parent | app-text/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto). (diff) | |
download | gentoo-bc5f95c4b692be4f0f1584b3f0882154462a8546.tar.gz gentoo-bc5f95c4b692be4f0f1584b3f0882154462a8546.tar.bz2 gentoo-bc5f95c4b692be4f0f1584b3f0882154462a8546.zip |
dev-games/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
Diffstat (limited to 'dev-games/clanlib')
-rw-r--r-- | dev-games/clanlib/clanlib-0.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-games/clanlib/clanlib-0.8.1.ebuild b/dev-games/clanlib/clanlib-0.8.1.ebuild index dbd437a41db7..32096e028f55 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} |