diff options
Diffstat (limited to 'xfce-base/xfce-utils/xfce-utils-4.2.2.ebuild')
-rw-r--r-- | xfce-base/xfce-utils/xfce-utils-4.2.2.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/xfce-base/xfce-utils/xfce-utils-4.2.2.ebuild b/xfce-base/xfce-utils/xfce-utils-4.2.2.ebuild new file mode 100644 index 000000000000..db797fc6be55 --- /dev/null +++ b/xfce-base/xfce-utils/xfce-utils-4.2.2.ebuild @@ -0,0 +1,13 @@ +# 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.2.ebuild,v 1.1 2005/05/18 02:51:17 bcowan Exp $ + +DESCRIPTION="Xfce 4 utilities" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="gtkhtml" + +RDEPEND="~xfce-base/xfce-mcs-manager-${PV} + gtkhtml? ( gnome-extra/libgtkhtml )" +XFCE_CONFIG="$(use_enable gtkhtml) --enable-gdm" + +inherit xfce4 |