media-video/kmplayer: Fix prepare with USE=npp

Gentoo-bug: 590054

Package-Manager: portage-2.2.28
This commit is contained in:
Andreas Sturmlechner
2016-08-03 01:44:29 +02:00
committed by Michael Palimaka
parent 882701418b
commit bf4ff04cb6

View File

@@ -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
}