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 2C3A6139084 for ; Sat, 25 Nov 2017 16:09:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4024DE0E08; Sat, 25 Nov 2017 16:09:48 +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 1ECF4E0E08 for ; Sat, 25 Nov 2017 16:09:46 +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 A727D33C1EB for ; Sat, 25 Nov 2017 16:09:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECB03A742 for ; Sat, 25 Nov 2017 16:09:43 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1511626163.82ceb8222e05c4e682810e9781f32c16d7bf2f21.asturm@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.0b-r1.ebuild X-VCS-Directories: media-video/kmplayer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 82ceb8222e05c4e682810e9781f32c16d7bf2f21 X-VCS-Branch: master Date: Sat, 25 Nov 2017 16:09:43 +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: adfc10cc-9a79-4aec-b486-d316b51ac16c X-Archives-Hash: 505942773a4703e67cb6db31a3e6c41b commit: 82ceb8222e05c4e682810e9781f32c16d7bf2f21 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 25 16:08:51 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 25 16:09:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ceb822 media-video/kmplayer: Fix npp plugin path Package-Manager: Portage-2.3.16, Repoman-2.3.6 media-video/kmplayer/kmplayer-0.12.0b-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/kmplayer/kmplayer-0.12.0b-r1.ebuild b/media-video/kmplayer/kmplayer-0.12.0b-r1.ebuild index 59a994d3da2..3935f773006 100644 --- a/media-video/kmplayer/kmplayer-0.12.0b-r1.ebuild +++ b/media-video/kmplayer/kmplayer-0.12.0b-r1.ebuild @@ -93,6 +93,6 @@ src_install() { --group "application/x-shockwave-flash" --key player npp kwriteconfig5 --file "${ED}/usr/share/config/kmplayerrc" \ --group "application/x-shockwave-flash" \ - --key plugin /usr/lib/nsbrowser/plugins/libflashplayer.so + --key plugin /usr/$(get_libdir)/nsbrowser/plugins/libflashplayer.so fi }