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 2F851138359 for ; Fri, 13 Nov 2020 16:09:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65784E07DB; Fri, 13 Nov 2020 16:09:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 4D6E1E07DB for ; Fri, 13 Nov 2020 16:09:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3C51E340F30 for ; Fri, 13 Nov 2020 16:09:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B63DB445 for ; Fri, 13 Nov 2020 16:09:25 +0000 (UTC) From: "Matthias Coppens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Coppens" Message-ID: <1605283745.30fbcaf50a0af8f50b0f633acc6d696d98076613.coppens.matthias@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/wlrobs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/wlrobs/wlrobs-9999.ebuild X-VCS-Directories: media-video/wlrobs/ X-VCS-Committer: coppens.matthias X-VCS-Committer-Name: Matthias Coppens X-VCS-Revision: 30fbcaf50a0af8f50b0f633acc6d696d98076613 X-VCS-Branch: dev Date: Fri, 13 Nov 2020 16:09:25 +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: bddbfaa3-79b6-4a5b-9359-ecc8cd473ba0 X-Archives-Hash: daf84f0a17f1a8f13c7fa8c47b054d0a commit: 30fbcaf50a0af8f50b0f633acc6d696d98076613 Author: Matthias Coppens gmail com> AuthorDate: Fri Nov 13 16:08:36 2020 +0000 Commit: Matthias Coppens gmail com> CommitDate: Fri Nov 13 16:09:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30fbcaf5 media-video/wlrobs: Fix dependencies Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Matthias Coppens gmail.com> media-video/wlrobs/wlrobs-9999.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/media-video/wlrobs/wlrobs-9999.ebuild b/media-video/wlrobs/wlrobs-9999.ebuild index 614bbc9e..ad949f80 100644 --- a/media-video/wlrobs/wlrobs-9999.ebuild +++ b/media-video/wlrobs/wlrobs-9999.ebuild @@ -16,6 +16,15 @@ KEYWORDS="" IUSE="+dmabuf +scpy" +RESTRICT="mirror" + +RDEPEND=" + dev-libs/wayland + media-video/obs-studio + dmabuf? ( x11-libs/libdrm ) +" +DEPEND="${RDEPEND}" + src_configure() { local emesonargs=( $(meson_use dmabuf use_dmabuf)