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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA067158020 for ; Fri, 11 Nov 2022 11:14:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2295AE092D; Fri, 11 Nov 2022 11:14:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E22AE092D for ; Fri, 11 Nov 2022 11:14:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F5D4335D56 for ; Fri, 11 Nov 2022 11:14:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9ABC25F7 for ; Fri, 11 Nov 2022 11:14:29 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1668165266.ac1d74524c22d54fa7605826b2e646c81ca3e414.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/webcamoid/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/webcamoid/webcamoid-9.0.0.ebuild X-VCS-Directories: media-video/webcamoid/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ac1d74524c22d54fa7605826b2e646c81ca3e414 X-VCS-Branch: master Date: Fri, 11 Nov 2022 11:14:29 +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: b31dabf1-9e54-4640-8345-021daa6b2320 X-Archives-Hash: 96110478318f740d7097d9626bf2f550 commit: ac1d74524c22d54fa7605826b2e646c81ca3e414 Author: Joonas Niilola gentoo org> AuthorDate: Fri Nov 11 11:13:53 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Nov 11 11:14:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1d7452 media-video/webcamoid: add a missing qtdbus dependency on 9.0.0 Closes: https://bugs.gentoo.org/880891 Signed-off-by: Joonas Niilola gentoo.org> media-video/webcamoid/webcamoid-9.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-video/webcamoid/webcamoid-9.0.0.ebuild b/media-video/webcamoid/webcamoid-9.0.0.ebuild index 2f9d1d781288..67566447954b 100644 --- a/media-video/webcamoid/webcamoid-9.0.0.ebuild +++ b/media-video/webcamoid/webcamoid-9.0.0.ebuild @@ -20,6 +20,7 @@ REQUIRED_USE="v4lutils? ( v4l )" COMMON_DEPEND=" dev-qt/qtconcurrent:5 dev-qt/qtcore:5 + dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5