diff options
author | 2008-12-01 16:57:00 +0000 | |
---|---|---|
committer | 2008-12-01 16:57:00 +0000 | |
commit | 32f158090e56380ce6687f401d1ed51bc6e9170a (patch) | |
tree | a12f5786c3d2bb1bcde4a6699b322ceefaaaffee /net-www | |
parent | Fix typo pointed out by Sigmatador. (diff) | |
download | gentoo-2-32f158090e56380ce6687f401d1ed51bc6e9170a.tar.gz gentoo-2-32f158090e56380ce6687f401d1ed51bc6e9170a.tar.bz2 gentoo-2-32f158090e56380ce6687f401d1ed51bc6e9170a.zip |
Bug 249135 - Added warning to 'firefox-bin' users
(Portage version: 2.2_rc13/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/netscape-flash/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/netscape-flash/netscape-flash-10.0.20.7_alpha.ebuild | 10 |
2 files changed, 14 insertions, 2 deletions
diff --git a/net-www/netscape-flash/ChangeLog b/net-www/netscape-flash/ChangeLog index b44e009c2667..8fc91b1f933b 100644 --- a/net-www/netscape-flash/ChangeLog +++ b/net-www/netscape-flash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/netscape-flash # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.83 2008/11/26 02:27:36 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.84 2008/12/01 16:57:00 lack Exp $ + + 01 Dec 2008; Jim Ramsay <lack@gentoo.org> + netscape-flash-10.0.20.7_alpha.ebuild: + Bug 249135 - Added warning to 'firefox-bin' users 26 Nov 2008; Jim Ramsay <lack@gentoo.org> netscape-flash-10.0.12.36-r1.ebuild, 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 } |