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 | |
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')
-rw-r--r-- | www-plugins/gnash/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/gnash/gnash-0.8.8.ebuild | 4 | ||||
-rw-r--r-- | www-plugins/gnash/gnash-0.8.9.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/www-plugins/gnash/ChangeLog b/www-plugins/gnash/ChangeLog index 709af1ff9bef..c3037432defd 100644 --- a/www-plugins/gnash/ChangeLog +++ b/www-plugins/gnash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/gnash # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.61 2011/05/17 14:45:53 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.62 2011/06/07 02:47:28 abcd Exp $ + + 07 Jun 2011; Jonathan Callen <abcd@gentoo.org> gnash-0.8.8.ebuild, + gnash-0.8.9.ebuild: + Use add_kdebase_dep() for KDE deps 17 May 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> gnash-0.8.8.ebuild: diff --git a/www-plugins/gnash/gnash-0.8.8.ebuild b/www-plugins/gnash/gnash-0.8.8.ebuild index 112062ed1a2c..9c96cfeb8ecf 100644 --- a/www-plugins/gnash/gnash-0.8.8.ebuild +++ b/www-plugins/gnash/gnash-0.8.8.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.8.ebuild,v 1.19 2011/05/17 14:45:53 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v 1.20 2011/06/07 02:47:28 abcd Exp $ EAPI=3 CMAKE_REQUIRED="never" @@ -59,7 +59,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 ) 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 ) |