diff options
Diffstat (limited to 'net-www/netscape-flash/netscape-flash-10.0.20.7_alpha.ebuild')
-rw-r--r-- | net-www/netscape-flash/netscape-flash-10.0.20.7_alpha.ebuild | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/net-www/netscape-flash/netscape-flash-10.0.20.7_alpha.ebuild b/net-www/netscape-flash/netscape-flash-10.0.20.7_alpha.ebuild index b25437a1d83c..05672525243b 100644 --- a/net-www/netscape-flash/netscape-flash-10.0.20.7_alpha.ebuild +++ b/net-www/netscape-flash/netscape-flash-10.0.20.7_alpha.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-10.0.20.7_alpha.ebuild,v 1.3 2008/11/26 02:27:36 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-10.0.20.7_alpha.ebuild,v 1.4 2008/12/01 16:57:00 lack Exp $ EAPI=1 @@ -61,4 +61,12 @@ pkg_postinst() { elog "to run 'nspluginwrapper -a -u' as root to clear out any old" elog "wrappers." fi + + if has_version 'www-client/mozilla-firefox-bin'; then + eerror "This 64-bit plugin will not work with a 32-bit firefox." + eerror "If you wish to continue using flash with firefox-bin, you should" + eerror "mask this version:" + eerror " =${CATEGORY}/${P}" + eerror "And re-emerge netscape-flash" + fi } |