diff options
Diffstat (limited to 'xfce-base/libxfce4util/libxfce4util-4.0.6.ebuild')
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.0.6.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/xfce-base/libxfce4util/libxfce4util-4.0.6.ebuild b/xfce-base/libxfce4util/libxfce4util-4.0.6.ebuild index d2f29bfa91a0..8eaef6c5be00 100644 --- a/xfce-base/libxfce4util/libxfce4util-4.0.6.ebuild +++ b/xfce-base/libxfce4util/libxfce4util-4.0.6.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.0.6.ebuild,v 1.8 2004/10/19 09:10:13 absinthe Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.0.6.ebuild,v 1.9 2004/11/04 22:58:29 vapier Exp $ DESCRIPTION="Libraries for XFCE4" HOMEPAGE="http://www.xfce.org/" SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PV}/src/${P}.tar.gz" -SLOT="0" LICENSE="BSD" -KEYWORDS="~ia64 x86 ppc alpha sparc amd64 hppa ~mips ppc64" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" +IUSE="" RDEPEND=">=x11-libs/gtk+-2.0.6 dev-libs/libxml2" |