diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-12 02:31:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-12 02:31:15 +0000 |
commit | 6771a18f0565c8473ffb7a1be41c100a86a4752e (patch) | |
tree | 1783fc4a578388aa4912c52be9af490e67144635 /x11-misc/iconbar | |
parent | clearpass with horde-imp (diff) | |
download | historical-6771a18f0565c8473ffb7a1be41c100a86a4752e.tar.gz historical-6771a18f0565c8473ffb7a1be41c100a86a4752e.tar.bz2 historical-6771a18f0565c8473ffb7a1be41c100a86a4752e.zip |
DEPEND fix
Diffstat (limited to 'x11-misc/iconbar')
-rw-r--r-- | x11-misc/iconbar/iconbar-0.9.1.20040508.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-misc/iconbar/iconbar-0.9.1.20040508.ebuild b/x11-misc/iconbar/iconbar-0.9.1.20040508.ebuild index 24f5bf2dd372..16017a13d84f 100644 --- a/x11-misc/iconbar/iconbar-0.9.1.20040508.ebuild +++ b/x11-misc/iconbar/iconbar-0.9.1.20040508.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/iconbar/iconbar-0.9.1.20040508.ebuild,v 1.2 2004/06/24 22:25:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/iconbar/iconbar-0.9.1.20040508.ebuild,v 1.3 2004/08/12 02:31:15 vapier Exp $ inherit enlightenment DESCRIPTION="e17 iconbar as a standalone package" HOMEPAGE="http://www.rephorm.com/rephorm/code/iconbar/" -DEPEND=">=dev-libs/eet-0.9.9.20040501 - >=x11-libs/evas-1.0.0.20040501_pre13 - >=media-libs/imlib2-1.1.0 - >=x11-libs/ecore-1.0.0.20040501_pre7 - >=media-libs/edje-0.5.0.20040501 +DEPEND=">=dev-libs/eet-0.9.9 + >=x11-libs/evas-1.0.0_pre13 + >=media-libs/imlib2-1.1.1 + >=x11-libs/ecore-1.0.0_pre7 + >=media-libs/edje-0.5.0 >=x11-libs/esmart-0.0.2.20040501 >=x11-libs/ewl-0.0.3.20040501" |