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/sonypid | |
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/sonypid')
-rw-r--r-- | app-misc/sonypid/sonypid-1.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/sonypid/sonypid-1.9.ebuild b/app-misc/sonypid/sonypid-1.9.ebuild index 26e9537b63ea..cb8e02458bd0 100644 --- a/app-misc/sonypid/sonypid-1.9.ebuild +++ b/app-misc/sonypid/sonypid-1.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,7 +16,7 @@ IUSE="" RDEPEND="x11-libs/libXtst" DEPEND="${RDEPEND} - x11-proto/inputproto" + x11-base/xorg-proto" src_compile() { emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" |