diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-04-09 22:04:32 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-04-09 22:04:32 +0000 |
commit | 31c7f5e726390bda7485637714e47deefa533f0b (patch) | |
tree | 2727b8bde4bb3cf60bfd1e53a414d2ab55468eed /net-www | |
parent | Respect LDFLAGS (bug #262959). (diff) | |
download | gentoo-2-31c7f5e726390bda7485637714e47deefa533f0b.tar.gz gentoo-2-31c7f5e726390bda7485637714e47deefa533f0b.tar.bz2 gentoo-2-31c7f5e726390bda7485637714e47deefa533f0b.zip |
Update reference to nspluginwrapper, reflecting its move to www-plugins, bug 265569.
(Portage version: 2.2_rc28/cvs/Linux i686)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/netscape-flash/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/netscape-flash/netscape-flash-10.0.22.87.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-www/netscape-flash/ChangeLog b/net-www/netscape-flash/ChangeLog index ff04c097b3f1..1a7f7331d74c 100644 --- a/net-www/netscape-flash/ChangeLog +++ b/net-www/netscape-flash/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/netscape-flash # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.92 2009/03/08 14:39:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.93 2009/04/09 22:04:32 ulm Exp $ + + 09 Apr 2009; Ulrich Mueller <ulm@gentoo.org> + netscape-flash-10.0.22.87.ebuild: + Update reference to nspluginwrapper, reflecting its move to www-plugins, + bug 265569. 08 Mar 2009; Markus Meier <maekke@gentoo.org> netscape-flash-10.0.22.87.ebuild: diff --git a/net-www/netscape-flash/netscape-flash-10.0.22.87.ebuild b/net-www/netscape-flash/netscape-flash-10.0.22.87.ebuild index 8c465f8dc4d5..908f02b324c5 100644 --- a/net-www/netscape-flash/netscape-flash-10.0.22.87.ebuild +++ b/net-www/netscape-flash/netscape-flash-10.0.22.87.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.22.87.ebuild,v 1.4 2009/03/08 14:39:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-10.0.22.87.ebuild,v 1.5 2009/04/09 22:04:32 ulm Exp $ EAPI=1 inherit nsplugins rpm multilib @@ -96,7 +96,7 @@ src_install() { } pkg_postinst() { - if use amd64 && has_version 'net-www/nspluginwrapper'; then + if use amd64 && has_version 'www-plugins/nspluginwrapper'; then # TODO: Perhaps parse the output of 'nspluginwrapper -l' # However, the 64b flash plugin makes 'nspluginwrapper -l' segfault. local FLASH_WRAPPER="${ROOT}/usr/lib64/nsbrowser/plugins/npwrapper.libflashplayer.so" |