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 B161A138350 for ; Fri, 17 Apr 2020 20:15:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2B2CE069C; Fri, 17 Apr 2020 20:15:44 +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 C5514E069C for ; Fri, 17 Apr 2020 20:15:44 +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 44BCF34F151 for ; Fri, 17 Apr 2020 20:15:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A90B071 for ; Fri, 17 Apr 2020 20:15:41 +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: <1587154379.e5adee3b72f18178a3f361293ff775af4209888b.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: e5adee3b72f18178a3f361293ff775af4209888b X-VCS-Branch: dev Date: Fri, 17 Apr 2020 20:15:41 +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: bd948acf-4436-4ac2-b46f-f27a527a1349 X-Archives-Hash: aaa48750162e0eab6e3996431c50bdfa commit: e5adee3b72f18178a3f361293ff775af4209888b Author: Huang Rui gmail com> AuthorDate: Fri Apr 17 20:12:59 2020 +0000 Commit: Rui Huang gmail com> CommitDate: Fri Apr 17 20:12:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e5adee3b media-video/kikoplay: fix patch annotation Fix patch annotation for 9999 ebuild Package-Manager: Portage-2.3.99, Repoman-2.3.22 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 0823479..d91a296 100644 --- a/media-video/kikoplay/kikoplay-9999.ebuild +++ b/media-video/kikoplay/kikoplay-9999.ebuild @@ -49,7 +49,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/${PN}-0.6.0-desktop.patch # Add a desktop file - "${FILESDIR}"/${PN}-0.6.0-home.patch # Add a desktop file + "${FILESDIR}"/${PN}-0.6.0-home.patch # Fix config file path ) src_prepare() {