diff options
author | Jim Ramsay <lack@gentoo.org> | 2009-02-25 19:41:34 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2009-02-25 19:41:34 +0000 |
commit | 74e016bd3a10b912851605e52a49fcc35978fc83 (patch) | |
tree | 8d87821c35653f93565529a32811ddea18ddb1b6 /net-www/netscape-flash | |
parent | Version bump. (diff) | |
download | gentoo-2-74e016bd3a10b912851605e52a49fcc35978fc83.tar.gz gentoo-2-74e016bd3a10b912851605e52a49fcc35978fc83.tar.bz2 gentoo-2-74e016bd3a10b912851605e52a49fcc35978fc83.zip |
Bumped security fix for flash-player-9: 9.0.159.0
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-www/netscape-flash')
-rw-r--r-- | net-www/netscape-flash/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/netscape-flash/netscape-flash-9.0.159.0.ebuild (renamed from net-www/netscape-flash/netscape-flash-9.0.152.0.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/net-www/netscape-flash/ChangeLog b/net-www/netscape-flash/ChangeLog index 0a09f1994820..2095a5543e8f 100644 --- a/net-www/netscape-flash/ChangeLog +++ b/net-www/netscape-flash/ChangeLog @@ -1,6 +1,12 @@ # 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.88 2009/02/25 19:32:09 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.89 2009/02/25 19:41:34 lack Exp $ + +*netscape-flash-9.0.159.0 (25 Feb 2009) + + 25 Feb 2009; Jim Ramsay <lack@gentoo.org> + -netscape-flash-9.0.152.0.ebuild, +netscape-flash-9.0.159.0.ebuild: + Bumped security fix for flash-player-9: 9.0.159.0 *netscape-flash-10.0.22.87 (25 Feb 2009) diff --git a/net-www/netscape-flash/netscape-flash-9.0.152.0.ebuild b/net-www/netscape-flash/netscape-flash-9.0.159.0.ebuild index 8bcf6ba49eb8..42d4b6cb4fd2 100644 --- a/net-www/netscape-flash/netscape-flash-9.0.152.0.ebuild +++ b/net-www/netscape-flash/netscape-flash-9.0.159.0.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-9.0.152.0.ebuild,v 1.1 2009/01/07 13:50:16 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-9.0.159.0.ebuild,v 1.1 2009/02/25 19:41:34 lack Exp $ inherit nsplugins @@ -16,7 +16,7 @@ RESTRICT="strip mirror" S=${WORKDIR} -DEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs +RDEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs app-emulation/emul-linux-x86-gtklibs app-emulation/emul-linux-x86-soundlibs app-emulation/emul-linux-x86-xlibs ) @@ -26,7 +26,7 @@ DEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs =x11-libs/gtk+-2* media-libs/freetype media-libs/fontconfig ) - media-fonts/corefonts" + || ( media-fonts/freefont-ttf media-fonts/corefonts )" pkg_setup() { # This is a binary x86 package => ABI=x86 |