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 | |
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')
-rw-r--r-- | www-plugins/gnash/ChangeLog | 7 | ||||
-rw-r--r-- | www-plugins/gnash/gnash-0.8.5.ebuild | 3 | ||||
-rw-r--r-- | www-plugins/gnash/gnash-0.8.6.ebuild | 3 |
3 files changed, 10 insertions, 3 deletions
diff --git a/www-plugins/gnash/ChangeLog b/www-plugins/gnash/ChangeLog index c7280fea46b7..018f199fd2b5 100644 --- a/www-plugins/gnash/ChangeLog +++ b/www-plugins/gnash/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-plugins/gnash # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.13 2009/09/25 15:38:05 mrpouet Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.14 2009/09/29 18:11:48 mrpouet Exp $ + + 29 Sep 2009; Romain Perier <mrpouet@gentoo.org> + gnash-0.8.5.ebuild, gnash-0.8.6.ebuild: + Fix missing dep on media-libs/giflib per bug #286152, thanks to Myckel + Habets. *gnash-0.8.6 (25 Sep 2009) 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 ) diff --git a/www-plugins/gnash/gnash-0.8.6.ebuild b/www-plugins/gnash/gnash-0.8.6.ebuild index 65be30f9743a..4e161bc66aa2 100644 --- a/www-plugins/gnash/gnash-0.8.6.ebuild +++ b/www-plugins/gnash/gnash-0.8.6.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.6.ebuild,v 1.1 2009/09/25 15:38:05 mrpouet Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild,v 1.2 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 ) |