diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-02-26 20:07:14 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-02-26 20:07:14 +0000 |
commit | 97224904430f438efabe42cd20f901451efe596e (patch) | |
tree | 7b0551db5e878c95b8e581163b48249aa6e33501 /eclass | |
parent | HOMEPAGE for bug 165707. (diff) | |
download | gentoo-2-97224904430f438efabe42cd20f901451efe596e.tar.gz gentoo-2-97224904430f438efabe42cd20f901451efe596e.tar.bz2 gentoo-2-97224904430f438efabe42cd20f901451efe596e.zip |
First fix for bug 168373.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xfce44.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
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 |