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 78E0E139345 for ; Wed, 14 Jul 2021 06:42:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6898E0AB4; Wed, 14 Jul 2021 06:42:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 824B0E0AB4 for ; Wed, 14 Jul 2021 06:42:57 +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 2D7D1342B43 for ; Wed, 14 Jul 2021 06:42:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DBD37D1 for ; Wed, 14 Jul 2021 06:42:54 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1626244958.a1f8689dc3305c9462fd34fb67c5f067139fa4f4.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/kikoplay/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/kikoplay/kikoplay-9999.ebuild X-VCS-Directories: media-video/kikoplay/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: a1f8689dc3305c9462fd34fb67c5f067139fa4f4 X-VCS-Branch: dev Date: Wed, 14 Jul 2021 06:42:54 +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: ce493e1b-b8f8-4366-826f-7354618d0e6a X-Archives-Hash: c2d9ba0822d0134f143739e09c655eaf commit: a1f8689dc3305c9462fd34fb67c5f067139fa4f4 Author: Huang Rui gmail com> AuthorDate: Wed Jul 14 06:42:38 2021 +0000 Commit: Rui Huang gmail com> CommitDate: Wed Jul 14 06:42:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a1f8689d media-video/kikoplay: remove lua require for mpv for 9999 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Huang Rui gmail.com> media-video/kikoplay/kikoplay-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/kikoplay/kikoplay-9999.ebuild b/media-video/kikoplay/kikoplay-9999.ebuild index 9614eea9b..74ac7f834 100644 --- a/media-video/kikoplay/kikoplay-9999.ebuild +++ b/media-video/kikoplay/kikoplay-9999.ebuild @@ -36,7 +36,7 @@ RDEPEND=" dev-qt/qtnetwork:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 - media-video/mpv[libmpv,lua] + media-video/mpv[libmpv] net-misc/aria2 "