diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-12-06 22:44:21 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-12-06 22:44:21 +0000 |
commit | 2bd0ba7c600a6254cbd5ac9dfde31b4778a66028 (patch) | |
tree | 442ced2588eb9a806fe68ac8b0375cffa06aa103 /www-plugins/gnash/gnash-0.8.7.ebuild | |
parent | Add -fortran to default USE. (diff) | |
download | historical-2bd0ba7c600a6254cbd5ac9dfde31b4778a66028.tar.gz historical-2bd0ba7c600a6254cbd5ac9dfde31b4778a66028.tar.bz2 historical-2bd0ba7c600a6254cbd5ac9dfde31b4778a66028.zip |
Depend on virtual/jpeg instead of media-libs/jpeg, bug #347981
Package-Manager: portage-2.2.0_alpha5/cvs/Linux x86_64
Diffstat (limited to 'www-plugins/gnash/gnash-0.8.7.ebuild')
-rw-r--r-- | www-plugins/gnash/gnash-0.8.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-plugins/gnash/gnash-0.8.7.ebuild b/www-plugins/gnash/gnash-0.8.7.ebuild index 67f4d6e61bf0..73d289f2eb99 100644 --- a/www-plugins/gnash/gnash-0.8.7.ebuild +++ b/www-plugins/gnash/gnash-0.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.7.ebuild,v 1.10 2010/09/28 12:30:21 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.7.ebuild,v 1.11 2010/12/06 22:44:21 chithanh Exp $ EAPI="2" CMAKE_REQUIRED="never" @@ -21,7 +21,7 @@ IUSE="+agg cairo cygnal dbus doc +ffmpeg gnome gstreamer gtk kde lirc mysql +nls RDEPEND=">=dev-libs/boost-1.35.0 dev-libs/expat dev-libs/libxml2 - media-libs/jpeg + virtual/jpeg media-libs/libpng net-misc/curl x11-libs/libX11 |