diff options
Diffstat (limited to 'xfce-extra/xfce4-toys/xfce4-toys-4.1.91.ebuild')
-rw-r--r-- | xfce-extra/xfce4-toys/xfce4-toys-4.1.91.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-toys/xfce4-toys-4.1.91.ebuild b/xfce-extra/xfce4-toys/xfce4-toys-4.1.91.ebuild index c214366d4c6a..099adb41dd5a 100644 --- a/xfce-extra/xfce4-toys/xfce4-toys-4.1.91.ebuild +++ b/xfce-extra/xfce4-toys/xfce4-toys-4.1.91.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-toys/xfce4-toys-4.1.91.ebuild,v 1.1 2004/11/01 03:16:57 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-toys/xfce4-toys-4.1.91.ebuild,v 1.2 2004/11/09 02:58:06 vapier Exp $ -IUSE="" DESCRIPTION="Xfce 4 panel toys plugin" +HOMEPAGE="http://www.xfce.org/" SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz" -HOMEPAGE="http://xfce.org" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64 ~hppa ~mips" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" +IUSE="" RDEPEND="virtual/x11 >=x11-libs/gtk+-2.2* @@ -25,4 +25,4 @@ DEPEND="${RDEPEND} src_install () { make DESTDIR=${D} install || die dodoc ChangeLog* AUTHORS README* TODO* -}
\ No newline at end of file +} |