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 AA61F13832E for ; Thu, 4 Aug 2016 14:25:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1624E095B; Thu, 4 Aug 2016 14:25:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A029E095B for ; Thu, 4 Aug 2016 14:25:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F47933BDC3 for ; Thu, 4 Aug 2016 14:25:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08B5C7E3 for ; Thu, 4 Aug 2016 14:25:08 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1470320700.bf4ff04cb637fa522b91eb4d037ecc14f4b4f50c.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/kmplayer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/kmplayer/kmplayer-0.12.0a.ebuild X-VCS-Directories: media-video/kmplayer/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: bf4ff04cb637fa522b91eb4d037ecc14f4b4f50c X-VCS-Branch: master Date: Thu, 4 Aug 2016 14:25:08 +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-Archives-Salt: eb476a13-d2b9-4670-ba75-90c40c305794 X-Archives-Hash: 0512466f57302a633629dad60bc42026 commit: bf4ff04cb637fa522b91eb4d037ecc14f4b4f50c Author: Andreas Sturmlechner gmail com> AuthorDate: Tue Aug 2 23:44:29 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Aug 4 14:25:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf4ff04c media-video/kmplayer: Fix prepare with USE=npp Gentoo-bug: 590054 Package-Manager: portage-2.2.28 media-video/kmplayer/kmplayer-0.12.0a.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-video/kmplayer/kmplayer-0.12.0a.ebuild b/media-video/kmplayer/kmplayer-0.12.0a.ebuild index 470c1a1..7e2b64d 100644 --- a/media-video/kmplayer/kmplayer-0.12.0a.ebuild +++ b/media-video/kmplayer/kmplayer-0.12.0a.ebuild @@ -56,7 +56,8 @@ RDEPEND="${CDEPEND} " src_prepare() { - use npp && epatch "${FILESDIR}/${PN}-flash.patch" + use npp && sed -i src/kmplayer_part.desktop \ + -e ":^MimeType: s:=:=application/x-shockwave-flash;:" || die kde5_src_prepare }