From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A94B11382C5 for ; Fri, 27 Apr 2018 06:32:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A230E0966; Fri, 27 Apr 2018 06:31:59 +0000 (UTC) Received: from mail-pf0-f172.google.com (mail-pf0-f172.google.com [209.85.192.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4776E0961 for ; Fri, 27 Apr 2018 06:31:58 +0000 (UTC) Received: by mail-pf0-f172.google.com with SMTP id j11so729013pff.10 for ; Thu, 26 Apr 2018 23:31:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=aM0jurlZZtQT7P1y7a92bvc+Xiop87wr7inAhyoQL18=; b=IUHwCTE3R4/Z4YlFz28yDWRTiyU3IUjDzfI6vH9jpRfrBpygtc15eZepw0cHj+IPJ3 +1f0cT0fY/uTvilQJplxQvYxPrBwW2r6mI8XXwcWif7F1GE8z6n+AhgpFrXy1vZ+9Q4b UGAUYV/4J1AT50Pk/HDegDM5jCsJMCVnDPAU1YeO4/iUeF/lavlkAyoYMq0SEoSRD+i0 Ke09vtNCTc+ofoOkxBpT1pmC0crH7aJh8ux9RNT6fxdTF3UCVmIpEzn+eaQczbku/Lq1 WU566q6MqFcFfw6Xn/mInyof+lmEqm+li+k2/ivTJu0OKm1ITidQoGKcUgz06RggHwcn tUoQ== X-Gm-Message-State: ALQs6tDskgypVGKyODkYhwCk6ghfvMK6oRzxyk380ymOzIXQ63CieO3s rhFbsPeYDYZDck6RSmuH8XeXspWB X-Google-Smtp-Source: AB8JxZqbNLmx/T+tDv+HWjFioutrCa1J+HtYvQtyxk4jSTnwZ9IDq+V1aj1Jq4bSk6vlYp+jJFUQUQ== X-Received: by 2002:a65:61a2:: with SMTP id i2-v6mr1054660pgv.219.1524810717748; Thu, 26 Apr 2018 23:31:57 -0700 (PDT) Received: from localhost ([108.161.26.224]) by smtp.gmail.com with ESMTPSA id n83sm1255411pfi.183.2018.04.26.23.31.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Apr 2018 23:31:57 -0700 (PDT) From: Matt Turner To: gentoo-dev@lists.gentoo.org Cc: Matt Turner Subject: [gentoo-dev] [PATCH 3/4] toolchain.eclass: Transition deps to x11-base/xorg-proto Date: Thu, 26 Apr 2018 23:31:47 -0700 Message-Id: <20180427063148.6430-3-mattst88@gentoo.org> X-Mailer: git-send-email 2.16.1 In-Reply-To: <20180427063148.6430-1-mattst88@gentoo.org> References: <20180427063148.6430-1-mattst88@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Archives-Salt: cc39b46f-a6b9-4fd7-bcf5-52951b027b43 X-Archives-Hash: fc41e88acf42b418b019c5352c431370 --- eclass/toolchain.eclass | 3 +-- 1 file changed, 1 insertion(+), 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 " -- 2.16.1