diff options
author | Jonathan Callen <abcd@gentoo.org> | 2011-06-07 02:47:28 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2011-06-07 02:47:28 +0000 |
commit | 43db4d90865d6abb46c587560d20b3fa790b25ad (patch) | |
tree | 7c58f9dd3756b433fdf40244d15d9a66e5e32f20 /www-plugins/gnash/gnash-0.8.9.ebuild | |
parent | Use add_kdebase_dep() for KDE deps (diff) | |
download | gentoo-2-43db4d90865d6abb46c587560d20b3fa790b25ad.tar.gz gentoo-2-43db4d90865d6abb46c587560d20b3fa790b25ad.tar.bz2 gentoo-2-43db4d90865d6abb46c587560d20b3fa790b25ad.zip |
Use add_kdebase_dep() for KDE deps
(Portage version: 2.2.0_alpha38/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins/gnash/gnash-0.8.9.ebuild')
-rw-r--r-- | www-plugins/gnash/gnash-0.8.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-plugins/gnash/gnash-0.8.9.ebuild b/www-plugins/gnash/gnash-0.8.9.ebuild index 668eb90f32ca..c6b4f95990c5 100644 --- a/www-plugins/gnash/gnash-0.8.9.ebuild +++ b/www-plugins/gnash/gnash-0.8.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.9.ebuild,v 1.5 2011/04/10 22:26:46 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.9.ebuild,v 1.6 2011/06/07 02:47:28 abcd Exp $ EAPI=3 CMAKE_REQUIRED="never" @@ -58,7 +58,7 @@ RDEPEND=">=dev-libs/boost-1.41.0 net-libs/xulrunner:1.9 python? ( dev-python/pygtk:2 ) ) - kde? ( >=kde-base/kdebase-startkde-${KDE_MINIMAL} ) + kde? ( $(add_kdebase_dep kdebase-startkde) ) opengl? ( virtual/opengl gtk? ( x11-libs/gtkglext ) |