diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-05-21 23:45:26 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-05-21 23:45:26 +0200 |
commit | e469166a21a95b91f351d80a032ec649a69fbf1b (patch) | |
tree | 09dd0b0bce7ee5ca67e164a4b9d15e7a4e547c29 /www-plugins | |
parent | x11-libs/fltk: Version bump (bug #602262 by Hanno Boeck). (diff) | |
download | gentoo-e469166a21a95b91f351d80a032ec649a69fbf1b.tar.gz gentoo-e469166a21a95b91f351d80a032ec649a69fbf1b.tar.bz2 gentoo-e469166a21a95b91f351d80a032ec649a69fbf1b.zip |
www-plugins/adobe-flash: Add [${MULTILIB_USEDEP}] to dependencies (bug #608792 by jy6x2b32pie9).
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/adobe-flash/adobe-flash-25.0.0.171.ebuild | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/www-plugins/adobe-flash/adobe-flash-25.0.0.171.ebuild b/www-plugins/adobe-flash/adobe-flash-25.0.0.171.ebuild index 02bf798d9f0e..d49257cf95f4 100644 --- a/www-plugins/adobe-flash/adobe-flash-25.0.0.171.ebuild +++ b/www-plugins/adobe-flash/adobe-flash-25.0.0.171.ebuild @@ -39,22 +39,22 @@ LICENSE="AdobeFlash-11.x" RESTRICT="strip mirror" NPAPI_RDEPEND=" - dev-libs/atk - dev-libs/glib:2 - dev-libs/nspr - dev-libs/nss - media-libs/fontconfig - media-libs/freetype + dev-libs/atk[${MULTILIB_USEDEP}] + dev-libs/glib:2[${MULTILIB_USEDEP}] + dev-libs/nspr[${MULTILIB_USEDEP}] + dev-libs/nss[${MULTILIB_USEDEP}] + media-libs/fontconfig[${MULTILIB_USEDEP}] + media-libs/freetype[${MULTILIB_USEDEP}] >=sys-libs/glibc-2.4 - x11-libs/cairo - x11-libs/gdk-pixbuf - x11-libs/gtk+:2 - x11-libs/libX11 - x11-libs/libXcursor - x11-libs/libXext - x11-libs/libXrender - x11-libs/libXt - x11-libs/pango + x11-libs/cairo[${MULTILIB_USEDEP}] + x11-libs/gdk-pixbuf[${MULTILIB_USEDEP}] + x11-libs/gtk+:2[${MULTILIB_USEDEP}] + x11-libs/libX11[${MULTILIB_USEDEP}] + x11-libs/libXcursor[${MULTILIB_USEDEP}] + x11-libs/libXext[${MULTILIB_USEDEP}] + x11-libs/libXrender[${MULTILIB_USEDEP}] + x11-libs/libXt[${MULTILIB_USEDEP}] + x11-libs/pango[${MULTILIB_USEDEP}] " RDEPEND=" !www-plugins/chrome-binary-plugins[flash(-)] |