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 A4CB0158094 for ; Thu, 15 Sep 2022 19:47:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB8E9E0870; Thu, 15 Sep 2022 19:47:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6CE41E0870 for ; Thu, 15 Sep 2022 19:47:51 +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 54B4634058A for ; Thu, 15 Sep 2022 19:47:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D68E65C7 for ; Thu, 15 Sep 2022 19:47:48 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1663271257.b86f48194630072a956fed3e61403ea2dce1e707.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-video/kaffeine/ X-VCS-Repository: proj/kde X-VCS-Files: media-video/kaffeine/kaffeine-9999.ebuild X-VCS-Directories: media-video/kaffeine/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b86f48194630072a956fed3e61403ea2dce1e707 X-VCS-Branch: master Date: Thu, 15 Sep 2022 19:47:48 +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: 68029881-8407-45a0-a8f0-1158d164fdd4 X-Archives-Hash: fd2e40597216080218ea24cb773cfca1 commit: b86f48194630072a956fed3e61403ea2dce1e707 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 8 23:14:37 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 15 19:47:37 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b86f4819 media-video/kaffeine: Add missing media-libs/libv4l[dvb] usedep Reported-by: Paul Gover yahoo.co.uk> Closes: https://bugs.gentoo.org/788889 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/kaffeine/kaffeine-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/kaffeine/kaffeine-9999.ebuild b/media-video/kaffeine/kaffeine-9999.ebuild index 74f630097a..71730b4c82 100644 --- a/media-video/kaffeine/kaffeine-9999.ebuild +++ b/media-video/kaffeine/kaffeine-9999.ebuild @@ -44,7 +44,7 @@ DEPEND=" >=kde-frameworks/solid-${KFMIN}:5 media-video/vlc[X] x11-libs/libXScrnSaver - dvb? ( media-libs/libv4l ) + dvb? ( media-libs/libv4l[dvb] ) " RDEPEND="${DEPEND}"