From 7c67b2f26fb4d3755c2cc85e8518bfd826246cf8 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Mon, 26 Feb 2007 20:07:14 +0000 Subject: [PATCH] First fix for bug 168373. --- eclass/xfce44.eclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eclass/xfce44.eclass b/eclass/xfce44.eclass index 2e3ae4bbb313..90812775508f 100644 --- a/eclass/xfce44.eclass +++ b/eclass/xfce44.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xfce44.eclass,v 1.16 2007/02/03 00:35:12 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfce44.eclass,v 1.17 2007/02/26 20:07:14 drac Exp $ # Xfce44 Eclass # @@ -61,12 +61,14 @@ xfce44_plugin() { xfce44_panel_plugin() { xfce44_plugin RDEPEND="${RDEPEND} >=xfce-base/xfce4-panel-${XFCE_MASTER_VERSION}" + DEPEND="${DEPEND} >=xfce-base/xfce4-panel-${XFCE_MASTER_VERSION}" } xfce44_thunar_plugin() { xfce44_plugin HOMEPAGE="http://thunar.xfce.org/pwiki/projects/${MY_PN}" RDEPEND="${RDEPEND} >=xfce-base/thunar-${THUNAR_MASTER_VERSION}" + DEPEND="${DEPEND} >=xfce-base/thunar-${THUNAR_MASTER_VERSION}" } ## sets SRC_URI and HOMEPAGE to berlios -- 2.26.2