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 | 7b75c47da7722a5a471d2f8349be8cf7cc4110e3 (patch) | |
tree | e0854764c1920d3a5d498f0a7fd0ca44d71750b5 /eclass/xfce4.eclass | |
parent | Loosen MULTILIB_STRICT_DENY a bit (diff) | |
download | gentoo-2-7b75c47da7722a5a471d2f8349be8cf7cc4110e3.tar.gz gentoo-2-7b75c47da7722a5a471d2f8349be8cf7cc4110e3.tar.bz2 gentoo-2-7b75c47da7722a5a471d2f8349be8cf7cc4110e3.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" ]] \ |