diff options
author | 2005-03-17 02:58:59 +0000 | |
---|---|---|
committer | 2005-03-17 02:58:59 +0000 | |
commit | e5e4b881401245aaa3a3ff0df2bb96f54e8b100a (patch) | |
tree | e123a05fc417ddb33ee8bd5ee1624699b5c2a853 /xfce-base/xfce-utils/xfce-utils-4.2.1.ebuild | |
parent | Marked stable on amd64. (diff) | |
download | gentoo-2-e5e4b881401245aaa3a3ff0df2bb96f54e8b100a.tar.gz gentoo-2-e5e4b881401245aaa3a3ff0df2bb96f54e8b100a.tar.bz2 gentoo-2-e5e4b881401245aaa3a3ff0df2bb96f54e8b100a.zip |
Bugfix release of Xfce4.
(Portage version: 2.0.51.19)
Diffstat (limited to 'xfce-base/xfce-utils/xfce-utils-4.2.1.ebuild')
-rw-r--r-- | xfce-base/xfce-utils/xfce-utils-4.2.1.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/xfce-base/xfce-utils/xfce-utils-4.2.1.ebuild b/xfce-base/xfce-utils/xfce-utils-4.2.1.ebuild new file mode 100644 index 000000000000..87c1fa6528d7 --- /dev/null +++ b/xfce-base/xfce-utils/xfce-utils-4.2.1.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.1.ebuild,v 1.1 2005/03/17 02:55:19 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 |