summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-01-07 07:59:24 +0000
committerSven Wegener <swegener@gentoo.org>2005-01-07 07:59:24 +0000
commitbd5b399bf14d494a023bb16fa4de79fc1f62b793 (patch)
tree76caa82730e43b8a6880682d02d6e00be7fd4d91 /eclass
parentRemoving some older insecure versions. (Manifest recommit) (diff)
downloadgentoo-2-bd5b399bf14d494a023bb16fa4de79fc1f62b793.tar.gz
gentoo-2-bd5b399bf14d494a023bb16fa4de79fc1f62b793.tar.bz2
gentoo-2-bd5b399bf14d494a023bb16fa4de79fc1f62b793.zip
Fixed invalid atoms.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/xfce4.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xfce4.eclass b/eclass/xfce4.eclass
index 6cb1a367b15e..9a0f346b227e 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.6 2005/01/07 06:19:39 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xfce4.eclass,v 1.7 2005/01/07 07:59:24 swegener Exp $
# Author: Brad Cowan <bcowan@gentoo.org>
# Xfce4 Eclass
@@ -19,7 +19,7 @@ if [[ ${XFCE_META} = "1" ]]; then
elif [[ ${GOODIES_PLUGIN} = "1" ]]; then
[[ -z ${MY_P} ]] && MY_P="${PN}-plugin-${PV}"
SRC_URI="http://download.berlios.de/xfce-goodies/${MY_P}${COMPRESS}"
- XFCE_RDEPEND=">=xfce4-panel-${PV}"
+ XFCE_RDEPEND=">=xfce-base/xfce4-panel-${PV}"
elif [[ -n ${SRC_URI} ]]; then
SRC_URI="${SRC_URI}"
elif [[ ${GOODIES} = "1" ]]; then