diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-06-17 12:47:45 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-06-17 12:47:45 +0000 |
commit | 90bacd4bafdfa74ac1d8192150a619d3e0039a2f (patch) | |
tree | 2f86980aea517af5f6ada5c0542dead9af09367a /net-www | |
parent | Add missing x11-libs/libXpm to DEPEND, bug #227663. (diff) | |
download | gentoo-2-90bacd4bafdfa74ac1d8192150a619d3e0039a2f.tar.gz gentoo-2-90bacd4bafdfa74ac1d8192150a619d3e0039a2f.tar.bz2 gentoo-2-90bacd4bafdfa74ac1d8192150a619d3e0039a2f.zip |
Add missing media-fonts/corefonts to DEPEND, see bug #227217.
(Portage version: 2.1.5.5)
Diffstat (limited to 'net-www')
5 files changed, 19 insertions, 10 deletions
diff --git a/net-www/netscape-flash/ChangeLog b/net-www/netscape-flash/ChangeLog index 47e4f057f122..5bf5dfb7f1e1 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.67 2008/05/15 14:35:11 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.68 2008/06/17 12:47:45 nelchael Exp $ + + 17 Jun 2008; Krzysiek Pawlik <nelchael@gentoo.org> + netscape-flash-7.0.68.ebuild, netscape-flash-9.0.115.0.ebuild, + netscape-flash-9.0.124.0.ebuild, netscape-flash-10_beta20080515.ebuild: + Add missing media-fonts/corefonts to DEPEND, see bug #227217. *netscape-flash-10_beta20080515 (15 May 2008) diff --git a/net-www/netscape-flash/netscape-flash-10_beta20080515.ebuild b/net-www/netscape-flash/netscape-flash-10_beta20080515.ebuild index 1ab3e0d60e80..a200c1eb7689 100644 --- a/net-www/netscape-flash/netscape-flash-10_beta20080515.ebuild +++ b/net-www/netscape-flash/netscape-flash-10_beta20080515.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_beta20080515.ebuild,v 1.1 2008/05/15 14:35:11 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-10_beta20080515.ebuild,v 1.2 2008/06/17 12:47:45 nelchael Exp $ inherit nsplugins versionator @@ -34,7 +34,8 @@ DEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs x11-libs/libXt =x11-libs/gtk+-2* media-libs/freetype - media-libs/fontconfig )" + media-libs/fontconfig ) + media-fonts/corefonts" pkg_setup() { # This is a binary x86 package => ABI=x86 diff --git a/net-www/netscape-flash/netscape-flash-7.0.68.ebuild b/net-www/netscape-flash/netscape-flash-7.0.68.ebuild index f6b3b2ada531..1da409a30118 100644 --- a/net-www/netscape-flash/netscape-flash-7.0.68.ebuild +++ b/net-www/netscape-flash/netscape-flash-7.0.68.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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-7.0.68.ebuild,v 1.5 2007/01/31 10:41:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-7.0.68.ebuild,v 1.6 2008/06/17 12:47:45 nelchael Exp $ inherit nsplugins @@ -15,7 +15,8 @@ KEYWORDS="-* amd64 x86" LICENSE="Macromedia" DEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs - app-emulation/emul-linux-x86-xlibs )" + app-emulation/emul-linux-x86-xlibs ) + media-fonts/corefonts" RESTRICT="strip" diff --git a/net-www/netscape-flash/netscape-flash-9.0.115.0.ebuild b/net-www/netscape-flash/netscape-flash-9.0.115.0.ebuild index 4a33e77695b8..6eb14607a167 100644 --- a/net-www/netscape-flash/netscape-flash-9.0.115.0.ebuild +++ b/net-www/netscape-flash/netscape-flash-9.0.115.0.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-9.0.115.0.ebuild,v 1.3 2008/01/01 16:05:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-9.0.115.0.ebuild,v 1.4 2008/06/17 12:47:45 nelchael Exp $ inherit nsplugins rpm @@ -25,7 +25,8 @@ DEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs x11-libs/libXt =x11-libs/gtk+-2* media-libs/freetype - media-libs/fontconfig )" + media-libs/fontconfig ) + media-fonts/corefonts" pkg_setup() { # This is a binary x86 package => ABI=x86 diff --git a/net-www/netscape-flash/netscape-flash-9.0.124.0.ebuild b/net-www/netscape-flash/netscape-flash-9.0.124.0.ebuild index d4d23fdd84b6..ed1d380e90e1 100644 --- a/net-www/netscape-flash/netscape-flash-9.0.124.0.ebuild +++ b/net-www/netscape-flash/netscape-flash-9.0.124.0.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-9.0.124.0.ebuild,v 1.3 2008/04/17 01:08:17 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-9.0.124.0.ebuild,v 1.4 2008/06/17 12:47:45 nelchael Exp $ inherit nsplugins rpm @@ -25,7 +25,8 @@ DEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs x11-libs/libXt =x11-libs/gtk+-2* media-libs/freetype - media-libs/fontconfig )" + media-libs/fontconfig ) + media-fonts/corefonts" pkg_setup() { # This is a binary x86 package => ABI=x86 |