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/libxfce4util/libxfce4util-4.2.0.ebuild | |
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/libxfce4util/libxfce4util-4.2.0.ebuild')
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild b/xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild index c61125fd277f..6903a6f8f363 100644 --- a/xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild +++ b/xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild,v 1.5 2005/01/31 15:25:38 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild,v 1.6 2005/02/01 17:41:21 bcowan Exp $ DESCRIPTION="Libraries for Xfce 4" LICENSE="LGPL-2" KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 sparc x86" BZIPPED=1 -XRDEPEND="dev-util/gtk-doc" +RDEPEND="dev-util/gtk-doc" inherit xfce4 |