diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-01-07 08:16:29 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-01-07 08:16:29 +0000 |
commit | 243f205367706bf667200ccd23ab207b41e5ef09 (patch) | |
tree | 5eb809d284c86082e1952fcda4543a8ae9837990 /eclass/xfce4.eclass | |
parent | Loosen MULTILIB_STRICT_DENY a bit (diff) | |
download | historical-243f205367706bf667200ccd23ab207b41e5ef09.tar.gz historical-243f205367706bf667200ccd23ab207b41e5ef09.tar.bz2 historical-243f205367706bf667200ccd23ab207b41e5ef09.zip |
fix
Diffstat (limited to 'eclass/xfce4.eclass')
-rw-r--r-- | eclass/xfce4.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xfce4.eclass b/eclass/xfce4.eclass index a87df04b16f2..d5c75f43ceb8 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.8 2005/01/07 08:08:10 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfce4.eclass,v 1.9 2005/01/07 08:16:29 bcowan Exp $ # Author: Brad Cowan <bcowan@gentoo.org> # Xfce4 Eclass @@ -17,7 +17,7 @@ INHERITED="$INHERITED $ECLASS" if [[ ${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}" fi [[ ${GOODIES} = "1" ]] \ |