diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-03-11 10:29:06 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-03-11 10:29:06 +0100 |
commit | dc4336d72890a16c28477c85841602729cfa3454 (patch) | |
tree | 142df4c129e1a175b30af87c81b4731269c8e454 /www-plugins/adobe-flash | |
parent | x11-wm/xoat: Update description. (diff) | |
download | gentoo-dc4336d72890a16c28477c85841602729cfa3454.tar.gz gentoo-dc4336d72890a16c28477c85841602729cfa3454.tar.bz2 gentoo-dc4336d72890a16c28477c85841602729cfa3454.zip |
www-plugins/adobe-flash: Fix chromium configuration file (bug #611310 comment #6).
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'www-plugins/adobe-flash')
-rw-r--r-- | www-plugins/adobe-flash/adobe-flash-24.0.0.221-r3.ebuild (renamed from www-plugins/adobe-flash/adobe-flash-24.0.0.221-r2.ebuild) | 2 | ||||
-rw-r--r-- | www-plugins/adobe-flash/files/pepper-flash-r1 | 1 |
2 files changed, 2 insertions, 1 deletions
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 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@" |