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 69205138334 for ; Sat, 18 Aug 2018 07:18:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52DD3E083E; Sat, 18 Aug 2018 07:18:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 28B76E083E for ; Sat, 18 Aug 2018 07:18:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 026DD33BF53 for ; Sat, 18 Aug 2018 07:18:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65A76395 for ; Sat, 18 Aug 2018 07:18:31 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1534576680.e3f26ae0ffa7fb8f18ab1978c4be82661aaf8c42.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-18.2.0_rc3.ebuild media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e3f26ae0ffa7fb8f18ab1978c4be82661aaf8c42 X-VCS-Branch: master Date: Sat, 18 Aug 2018 07:18:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0917e69d-9df6-4b72-b504-a7b27de6fb72 X-Archives-Hash: 530461c518497ac27360532bc08fbf29 commit: e3f26ae0ffa7fb8f18ab1978c4be82661aaf8c42 Author: Matt Turner gentoo org> AuthorDate: Sat Aug 18 07:17:11 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Aug 18 07:18:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f26ae0 media-libs/mesa: Depend on x11-libs/libXrandr[${MULTILIB_USEDEP}] Closes: https://bugs.gentoo.org/663756 media-libs/mesa/mesa-18.2.0_rc3.ebuild | 2 +- media-libs/mesa/mesa-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/mesa/mesa-18.2.0_rc3.ebuild b/media-libs/mesa/mesa-18.2.0_rc3.ebuild index 0ae1b47d814..76e780a05ff 100644 --- a/media-libs/mesa/mesa-18.2.0_rc3.ebuild +++ b/media-libs/mesa/mesa-18.2.0_rc3.ebuild @@ -213,7 +213,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig valgrind? ( dev-util/valgrind ) x11-base/xorg-proto - x11-libs/libXrandr + x11-libs/libXrandr[${MULTILIB_USEDEP}] $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]") " diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 0ccb06194dc..229179f667a 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -213,7 +213,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig valgrind? ( dev-util/valgrind ) x11-base/xorg-proto - x11-libs/libXrandr + x11-libs/libXrandr[${MULTILIB_USEDEP}] $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]") "