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 E44D91382C5 for ; Wed, 24 Mar 2021 18:41:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43469E08CE; Wed, 24 Mar 2021 18:41:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2A270E08CE for ; Wed, 24 Mar 2021 18:41:36 +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 0A5B7335D19 for ; Wed, 24 Mar 2021 18:41:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CF094A5 for ; Wed, 24 Mar 2021 18:41:33 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1616611292.32b6cd6a367f994b4ff7d9230848d2649fcaddff.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libva/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libva/libva-2.10.0.ebuild X-VCS-Directories: x11-libs/libva/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 32b6cd6a367f994b4ff7d9230848d2649fcaddff X-VCS-Branch: master Date: Wed, 24 Mar 2021 18:41:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1dc9d939-aee9-4aa0-8103-e389c8acae81 X-Archives-Hash: 8f3db2cc6e7878209b9d04b8ab5a1bd9 commit: 32b6cd6a367f994b4ff7d9230848d2649fcaddff Author: Rick Farina gentoo org> AuthorDate: Wed Mar 24 18:41:22 2021 +0000 Commit: Rick Farina gentoo org> CommitDate: Wed Mar 24 18:41:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b6cd6a x11-libs/libva: add missing dep configure checks for and aborts if dev-util/wayland-scanner is missing Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Rick Farina gentoo.org> x11-libs/libva/libva-2.10.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-libs/libva/libva-2.10.0.ebuild b/x11-libs/libva/libva-2.10.0.ebuild index 87e992634ed..c8117c47fab 100644 --- a/x11-libs/libva/libva-2.10.0.ebuild +++ b/x11-libs/libva/libva-2.10.0.ebuild @@ -29,7 +29,10 @@ done RDEPEND=" >=x11-libs/libdrm-2.4.46[${MULTILIB_USEDEP}] opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] ) - wayland? ( >=dev-libs/wayland-1.11[${MULTILIB_USEDEP}] ) + wayland? ( + >=dev-libs/wayland-1.11[${MULTILIB_USEDEP}] + dev-util/wayland-scanner[${MULTILIB_USEDEP}] + ) X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]