diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2018-04-30 21:16:48 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-04-30 13:50:10 -0700 |
commit | 0691ef073aa3f4181133cc862317976966b11519 (patch) | |
tree | 252283e4c4d0e54281ea7c609b25b9c772bb9f22 /app-misc/g15mpd | |
parent | net-im/mcabber: Add missing libnsl dependency, bug 643862 (diff) | |
download | gentoo-0691ef073aa3f4181133cc862317976966b11519.tar.gz gentoo-0691ef073aa3f4181133cc862317976966b11519.tar.bz2 gentoo-0691ef073aa3f4181133cc862317976966b11519.zip |
app-misc/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
Diffstat (limited to 'app-misc/g15mpd')
-rw-r--r-- | app-misc/g15mpd/g15mpd-1.0.0-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-misc/g15mpd/g15mpd-1.0.0-r1.ebuild b/app-misc/g15mpd/g15mpd-1.0.0-r1.ebuild index 7cc98849f96f..13ecc8900f6a 100644 --- a/app-misc/g15mpd/g15mpd-1.0.0-r1.ebuild +++ b/app-misc/g15mpd/g15mpd-1.0.0-r1.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 @@ -23,8 +23,7 @@ RDEPEND=" x11-libs/libXtst " DEPEND="${RDEPEND} - x11-proto/xproto - x11-proto/xextproto" + x11-base/xorg-proto" src_prepare() { epatch "${FILESDIR}"/${P}-libmpd.patch |