diff options
author | Romain Perier <mrpouet@gentoo.org> | 2009-09-29 18:11:48 +0000 |
---|---|---|
committer | Romain Perier <mrpouet@gentoo.org> | 2009-09-29 18:11:48 +0000 |
commit | 4cfe1549990810cc82039bc81822f7c13f58d398 (patch) | |
tree | 12f5208a858ec86c92d574be653984ec452aaba4 /www-plugins/gnash/gnash-0.8.5.ebuild | |
parent | Changing filter-flags to append-flags after ssuominen advice. (diff) | |
download | gentoo-2-4cfe1549990810cc82039bc81822f7c13f58d398.tar.gz gentoo-2-4cfe1549990810cc82039bc81822f7c13f58d398.tar.bz2 gentoo-2-4cfe1549990810cc82039bc81822f7c13f58d398.zip |
Fix missing dep on media-libs/giflib per bug #286152, thanks to Myckel Habets
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins/gnash/gnash-0.8.5.ebuild')
-rw-r--r-- | www-plugins/gnash/gnash-0.8.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-plugins/gnash/gnash-0.8.5.ebuild b/www-plugins/gnash/gnash-0.8.5.ebuild index c94b723884ae..ea468bb40594 100644 --- a/www-plugins/gnash/gnash-0.8.5.ebuild +++ b/www-plugins/gnash/gnash-0.8.5.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/www-plugins/gnash/gnash-0.8.5.ebuild,v 1.8 2009/09/25 08:28:21 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.5.ebuild,v 1.9 2009/09/29 18:11:48 mrpouet Exp $ EAPI="2" WANT_CMAKE="false" @@ -29,6 +29,7 @@ RDEPEND=">=dev-libs/boost-1.35.0 x11-libs/libXmu x11-libs/libXt x11-libs/libXv + media-libs/giflib x11-proto/xproto agg? ( x11-libs/agg ) cairo? ( x11-libs/cairo ) |