diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-02-01 17:41:21 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-02-01 17:41:21 +0000 |
commit | afeec03d273a973cfed0f04f0a15f7338f32fe1c (patch) | |
tree | f6aec14d6d03fe787b17f581e9f5f05c49b09b9d /xfce-base/xfce-utils | |
parent | fixed cp -r for *BSD/Darwin (diff) | |
download | gentoo-2-afeec03d273a973cfed0f04f0a15f7338f32fe1c.tar.gz gentoo-2-afeec03d273a973cfed0f04f0a15f7338f32fe1c.tar.bz2 gentoo-2-afeec03d273a973cfed0f04f0a15f7338f32fe1c.zip |
eclass fixes
(Portage version: 2.0.51-r15)
Diffstat (limited to 'xfce-base/xfce-utils')
-rw-r--r-- | xfce-base/xfce-utils/Manifest | 6 | ||||
-rw-r--r-- | xfce-base/xfce-utils/xfce-utils-4.2.0.ebuild | 5 |
2 files changed, 4 insertions, 7 deletions
diff --git a/xfce-base/xfce-utils/Manifest b/xfce-base/xfce-utils/Manifest index 48f33de4f172..dc4607b7e8fd 100644 --- a/xfce-base/xfce-utils/Manifest +++ b/xfce-base/xfce-utils/Manifest @@ -1,6 +1,2 @@ -MD5 7ce6db821097944da0c17478e340e316 xfce-utils-4.2.0.ebuild 462 -MD5 f8b0d28fca91cd41dcfd71d9569003b8 xfce-utils-4.0.6.ebuild 1092 -MD5 12e2787b27cd29ecbad300e024790397 ChangeLog 5467 -MD5 c390804e060ffd11a5bbb143434b2b2d metadata.xml 157 -MD5 36cfb57721de1080726f288c17acd532 files/digest-xfce-utils-4.0.6 68 +MD5 a6f6f81118f88db7c361f039774ef7b3 xfce-utils-4.2.0.ebuild 496 MD5 55d9e3f0f93fe625260dc740c557f6a3 files/digest-xfce-utils-4.2.0 69 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 |