summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2005-01-10 19:09:23 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2005-01-10 19:09:23 +0000
commitee3426343e82cf5e7a46ea85fdc175d91340611b (patch)
tree21ebf27ca591b0ef1bd4f9c48b416f682c110d57 /eclass/xfce4.eclass
parentRemove old versions (Manifest recommit) (diff)
downloadgentoo-2-ee3426343e82cf5e7a46ea85fdc175d91340611b.tar.gz
gentoo-2-ee3426343e82cf5e7a46ea85fdc175d91340611b.tar.bz2
gentoo-2-ee3426343e82cf5e7a46ea85fdc175d91340611b.zip
fix deps
Diffstat (limited to 'eclass/xfce4.eclass')
-rw-r--r--eclass/xfce4.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/xfce4.eclass b/eclass/xfce4.eclass
index d21b7a6794f9..12053bf67b02 100644
--- a/eclass/xfce4.eclass
+++ b/eclass/xfce4.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xfce4.eclass,v 1.11 2005/01/10 17:48:02 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xfce4.eclass,v 1.12 2005/01/10 19:09:23 bcowan Exp $
# Author: Brad Cowan <bcowan@gentoo.org>
# Xfce4 Eclass
@@ -19,14 +19,14 @@ if [[ ${GOODIES_PLUGIN} = "1" ]]; then
SRC_URI="http://download.berlios.de/xfce-goodies/${MY_P}${COMPRESS}"
[[ -z ${XFCE_VERSION} ]] \
&& XFCE_VERSION="4.1.99.3"
- XFCE_RDEPEND=">=xfce-base/xfce4-panel-${XFCE_VERSION}"
+ XRDEPEND=">=xfce-base/xfce4-panel-${XFCE_VERSION}"
fi
if [[ ${PLUGIN} = "1" ]]; then
MY_P="${PN}-plugin-${PV}"
[[ -z ${XFCE_VERSION} ]] \
&& XFCE_VERSION="4.1.99.3"
- XFCE_RDEPEND=">=xfce-base/xfce4-panel-${XFCE_VERSION}"
+ XRDEPEND=">=xfce-base/xfce4-panel-${XFCE_VERSION}"
fi
[[ ${GOODIES} = "1" ]] \