From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1236038-garchives=archives.gentoo.org@lists.gentoo.org>
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 077DA1382C5
	for <garchives@archives.gentoo.org>; Wed, 30 Dec 2020 10:18:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 47E06E0BAF;
	Wed, 30 Dec 2020 10:18:14 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 2F2C3E0BAF
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 Dec 2020 10:18:14 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 B4F0D3418DC
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 Dec 2020 10:18:11 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 24B5E332
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 Dec 2020 10:18:10 +0000 (UTC)
From: "Rui Huang" <vowstar@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, "Rui Huang" <vowstar@gmail.com>
Message-ID: <1609323481.13286b28b516ed3aa4a51852c054cfb92f8b0e6d.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-0.7.2.ebuild
X-VCS-Directories: media-video/kikoplay/
X-VCS-Committer: vowstar
X-VCS-Committer-Name: Rui Huang
X-VCS-Revision: 13286b28b516ed3aa4a51852c054cfb92f8b0e6d
X-VCS-Branch: dev
Date: Wed, 30 Dec 2020 10:18:10 +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: acefbe4f-ef22-4dc7-ba2f-6ccbffd22eb8
X-Archives-Hash: a31246cf6dddef3ef0c0ed96c4941697

commit:     13286b28b516ed3aa4a51852c054cfb92f8b0e6d
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Wed Dec 30 10:18:01 2020 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Wed Dec 30 10:18:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13286b28

media-video/kikoplay: fix mpv slot require

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 media-video/kikoplay/kikoplay-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/kikoplay/kikoplay-0.7.2.ebuild b/media-video/kikoplay/kikoplay-0.7.2.ebuild
index 85edeffb..f33a25e2 100644
--- a/media-video/kikoplay/kikoplay-0.7.2.ebuild
+++ b/media-video/kikoplay/kikoplay-0.7.2.ebuild
@@ -36,7 +36,7 @@ RDEPEND="
 	dev-qt/qtnetwork:5
 	dev-qt/qtsql:5
 	dev-qt/qtwidgets:5
-	media-video/mpv[libmpv,-luajit]
+	media-video/mpv[libmpv,lua]
 	net-misc/aria2
 "