From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1667990-garchives=archives.gentoo.org@lists.gentoo.org> 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 9146C158083 for <garchives@archives.gentoo.org>; Fri, 6 Sep 2024 08:52:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C46A2BC035; Fri, 6 Sep 2024 08:52:18 +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 353512BC036 for <gentoo-commits@lists.gentoo.org>; Fri, 6 Sep 2024 08:52:18 +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 EAC2E343021 for <gentoo-commits@lists.gentoo.org>; Fri, 6 Sep 2024 08:52:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C6BE1F50 for <gentoo-commits@lists.gentoo.org>; Fri, 6 Sep 2024 08:52:14 +0000 (UTC) From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" <davidroman96@gmail.com> Message-ID: <1725564059.eddb1cc01bf26f5c0b0db6b55462d1d20d9a8d9d.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/yewtube/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/yewtube/yewtube-2.10.5.ebuild media-sound/yewtube/yewtube-9999.ebuild X-VCS-Directories: media-sound/yewtube/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: eddb1cc01bf26f5c0b0db6b55462d1d20d9a8d9d X-VCS-Branch: master Date: Fri, 6 Sep 2024 08:52:14 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2ed7de4c-3cec-42cb-aa9b-f9a04dc97650 X-Archives-Hash: 0bc84e04b7348afb412181f9de056d0a commit: eddb1cc01bf26f5c0b0db6b55462d1d20d9a8d9d Author: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com> AuthorDate: Thu Sep 5 18:57:49 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu Sep 5 19:20:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eddb1cc0 media-sound/yewtube: add missing RDEPEND Closes: https://bugs.gentoo.org/937438 Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com> media-sound/yewtube/yewtube-2.10.5.ebuild | 1 + media-sound/yewtube/yewtube-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-sound/yewtube/yewtube-2.10.5.ebuild b/media-sound/yewtube/yewtube-2.10.5.ebuild index 33ccea916..99c3274b9 100644 --- a/media-sound/yewtube/yewtube-2.10.5.ebuild +++ b/media-sound/yewtube/yewtube-2.10.5.ebuild @@ -31,6 +31,7 @@ RDEPEND=" dev-python/youtube-search-python dev-python/pylast[${PYTHON_USEDEP}] dev-python/pip[${PYTHON_USEDEP}] + dev-python/pipenv[${PYTHON_USEDEP}] || ( media-video/mplayer media-video/mpv ) " diff --git a/media-sound/yewtube/yewtube-9999.ebuild b/media-sound/yewtube/yewtube-9999.ebuild index 33ccea916..99c3274b9 100644 --- a/media-sound/yewtube/yewtube-9999.ebuild +++ b/media-sound/yewtube/yewtube-9999.ebuild @@ -31,6 +31,7 @@ RDEPEND=" dev-python/youtube-search-python dev-python/pylast[${PYTHON_USEDEP}] dev-python/pip[${PYTHON_USEDEP}] + dev-python/pipenv[${PYTHON_USEDEP}] || ( media-video/mplayer media-video/mpv ) "