From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C4EB61392EF for ; Thu, 3 Jul 2014 19:00:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58300E081D; Thu, 3 Jul 2014 19:00:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE600E081D for ; Thu, 3 Jul 2014 19:00:34 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5C4C33FCE8 for ; Thu, 3 Jul 2014 19:00:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id BCB1D182D3 for ; Thu, 3 Jul 2014 19:00:30 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1404413949.a7d6844e0c172fa6bf1204f53de650d2e1e9334c.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: www-plugins/freshplayerplugin/ X-VCS-Repository: proj/betagarden X-VCS-Files: www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild X-VCS-Directories: www-plugins/freshplayerplugin/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: a7d6844e0c172fa6bf1204f53de650d2e1e9334c X-VCS-Branch: master Date: Thu, 3 Jul 2014 19:00:30 +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: cadefb44-1ea2-42e4-a313-db4bcdf3be46 X-Archives-Hash: 205f0a3d2e64d707269b20a0ee1388b0 commit: a7d6844e0c172fa6bf1204f53de650d2e1e9334c Author: Sebastian Pipping pipping org> AuthorDate: Thu Jul 3 18:59:09 2014 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Thu Jul 3 18:59:09 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=a7d6844e www-plugins/freshplayerplugin: .so filename changed --- www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild index 4a8fd6e..0d2e812 100644 --- a/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild +++ b/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild @@ -45,5 +45,5 @@ src_install() { ewarn 'Depending on what branch of Google Chrome you use, the path to libpepflashplayer.so may need editing in /etc/freshwrapper.conf .' insinto /usr/lib/nsbrowser/plugins/ - doins "${BUILD_DIR}"/libfreshwrapper.so + doins "${BUILD_DIR}"/libfreshwrapper-pepperflash.so }