summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-02-27 01:23:22 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-02-27 01:23:22 +0000
commitf55c0921d9777d4f5504fce7aea9e273c2b869de (patch)
treeec96119b796fd9e4102a6bbe232d5d08a35168bb /www-plugins
parentRemove deprecated USE=nptlonly by Mr. Anderson (bug #405875). (diff)
downloadgentoo-2-f55c0921d9777d4f5504fce7aea9e273c2b869de.tar.gz
gentoo-2-f55c0921d9777d4f5504fce7aea9e273c2b869de.tar.bz2
gentoo-2-f55c0921d9777d4f5504fce7aea9e273c2b869de.zip
Fix dependencies and REQUIRED_USE for building openvg, bug #405799.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins')
-rw-r--r--www-plugins/gnash/ChangeLog6
-rw-r--r--www-plugins/gnash/gnash-0.8.10.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/www-plugins/gnash/ChangeLog b/www-plugins/gnash/ChangeLog
index 980b045137b4..61ba15f94709 100644
--- a/www-plugins/gnash/ChangeLog
+++ b/www-plugins/gnash/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-plugins/gnash
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.76 2012/02/24 02:53:52 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.77 2012/02/27 01:23:22 chithanh Exp $
+
+ 27 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ gnash-0.8.10.ebuild:
+ Fix dependencies and REQUIRED_USE for building openvg, bug #405799.
24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
gnash-0.8.10.ebuild, metadata.xml:
diff --git a/www-plugins/gnash/gnash-0.8.10.ebuild b/www-plugins/gnash/gnash-0.8.10.ebuild
index 12116e0b54eb..00c082d87ded 100644
--- a/www-plugins/gnash/gnash-0.8.10.ebuild
+++ b/www-plugins/gnash/gnash-0.8.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild,v 1.3 2012/02/24 02:53:52 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild,v 1.4 2012/02/27 01:23:22 chithanh Exp $
EAPI=4
CMAKE_REQUIRED="never"
@@ -30,6 +30,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="X +agg cairo cygnal dbus directfb doc egl fbcon +ffmpeg gconf gnome gstreamer gtk kde lirc mysql +nls nsplugin opengl openvg python sdl +sdl-sound ssh ssl test vaapi"
REQUIRED_USE="fbcon? ( agg )
nsplugin? ( gtk )
+ openvg? ( egl )
python? ( gtk )
vaapi? ( agg ffmpeg )
|| ( agg cairo opengl openvg )
@@ -87,7 +88,7 @@ RDEPEND=">=dev-libs/boost-1.41.0
gtk? ( x11-libs/gtkglext )
)
openvg? (
- virtual/opengl
+ media-libs/mesa[openvg]
)
nsplugin? ( >=net-libs/xulrunner-1.9.2:1.9 )
sdl? ( media-libs/libsdl[X] )