From: Jeroen Roovers Date: Sat, 11 Mar 2017 09:29:06 +0000 (+0100) Subject: www-plugins/adobe-flash: Fix chromium configuration file (bug #611310 comment #6). X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=dc4336d72890a16c28477c85841602729cfa3454;p=gentoo.git www-plugins/adobe-flash: Fix chromium configuration file (bug #611310 comment #6). Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- diff --git a/www-plugins/adobe-flash/adobe-flash-24.0.0.221-r2.ebuild b/www-plugins/adobe-flash/adobe-flash-24.0.0.221-r3.ebuild similarity index 98% rename from www-plugins/adobe-flash/adobe-flash-24.0.0.221-r2.ebuild rename to www-plugins/adobe-flash/adobe-flash-24.0.0.221-r3.ebuild index 5ace83c5f541..ed3de32b1a7f 100644 --- a/www-plugins/adobe-flash/adobe-flash-24.0.0.221-r2.ebuild +++ b/www-plugins/adobe-flash/adobe-flash-24.0.0.221-r3.ebuild @@ -123,7 +123,7 @@ multilib_src_install() { if multilib_is_native_abi; then dodir /etc/chromium - sed "${FILESDIR}"/pepper-flash \ + sed "${FILESDIR}"/pepper-flash-r1 \ -e "s|@FP_LIBDIR@|$(get_libdir)|g" \ -e "s|@FP_PV@|${PV}|g" \ > "${D}"/etc/chromium/pepper-flash \ diff --git a/www-plugins/adobe-flash/files/pepper-flash-r1 b/www-plugins/adobe-flash/files/pepper-flash-r1 new file mode 100644 index 000000000000..b70c40c91830 --- /dev/null +++ b/www-plugins/adobe-flash/files/pepper-flash-r1 @@ -0,0 +1 @@ +CHROMIUM_FLAGS="${CHROMIUM_FLAGS} --ppapi-flash-path=/usr/@FP_LIBDIR@/chromium/PepperFlash/libpepflashplayer.so --ppapi-flash-version=@FP_PV@"