diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-04-26 23:11:56 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-04-27 10:17:19 -0700 |
commit | 142c007aac58dfd821cc37d1878e86f45a4b8a60 (patch) | |
tree | 47cc04993b1872da0fae183c745e8f93f91d377c /eclass/toolchain.eclass | |
parent | xorg-2.eclass: Fix typo'd DRI_COMMON_DEPEND (diff) | |
download | gentoo-142c007aac58dfd821cc37d1878e86f45a4b8a60.tar.gz gentoo-142c007aac58dfd821cc37d1878e86f45a4b8a60.tar.bz2 gentoo-142c007aac58dfd821cc37d1878e86f45a4b8a60.zip |
toolchain.eclass: Transition deps to x11-base/xorg-proto
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 2da455ad4e3b..df76dc4feb8c 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -206,11 +206,10 @@ DEPEND="${RDEPEND} if in_iuse gcj ; then GCJ_DEPS=">=media-libs/libart_lgpl-2.1" GCJ_GTK_DEPS=" + x11-base/xorg-proto x11-libs/libXt x11-libs/libX11 x11-libs/libXtst - x11-proto/xproto - x11-proto/xextproto =x11-libs/gtk+-2* virtual/pkgconfig " |