diff options
Diffstat (limited to 'xfce-base/xfce-utils/xfce-utils-4.2.0.ebuild')
-rw-r--r-- | xfce-base/xfce-utils/xfce-utils-4.2.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xfce-base/xfce-utils/xfce-utils-4.2.0.ebuild b/xfce-base/xfce-utils/xfce-utils-4.2.0.ebuild index d0556a61e946..ffe87dd5db4e 100644 --- a/xfce-base/xfce-utils/xfce-utils-4.2.0.ebuild +++ b/xfce-base/xfce-utils/xfce-utils-4.2.0.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.2.0.ebuild,v 1.5 2005/01/31 15:30:50 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.2.0.ebuild,v 1.6 2005/02/01 17:41:21 bcowan Exp $ DESCRIPTION="Xfce 4 utilities" KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 sparc x86" IUSE="gtkhtml" BZIPPED=1 -XRDEPEND="gtkhtml? ( gnome-extra/libgtkhtml )" +RDEPEND="~xfce-base/xfce-mcs-manager-${PV} + gtkhtml? ( gnome-extra/libgtkhtml )" XFCE_CONFIG="$(use_enable gtkhtml) --enable-gdm" inherit xfce4 |